Squel.js – lightweight Javascript library for building SQL query strings in node.js or the browser
I’d like to announce the immediate availability of Squel.js, a lightweight Javascript library for building SQL query strings. Squel exposes an object-oriented API for building SQL query strings in a server-side or browser-side Javascript environment. It’s well tested using Vows and is available for forking on github.
Full documentation along with in-browser examples are available at squeljs.org. To get started with using Squel in your node.js program use npm install squel.
Enjoy
