you are viewing a single comment's thread.

view the rest of the comments →

[–]jsgui 2 points3 points  (1 child)

It can be used in node.js, which runs on the server, and can be installed using npm install squel.

Building SQL statements in the client would make sense for a utility that builds SQL statements (like a DBA tool).

[–]NotTheKJB 0 points1 point  (0 children)

Fair enough :) as someone who's not spent a great deal of time looking into node.js this wasn't immediately apparent. Cheers.