I am using JavaScript standalone, not running in a browser.
I want to connect to a mysql server running on the same host.
Is there a JavaScript library for this?
Edit: I had a look at Jaxer. It has mysql functionality, but it is baked into the framework.