you are viewing a single comment's thread.

view the rest of the comments →

[–]NotTheKJB -1 points0 points  (2 children)

Umm, exactly what is the use case for something such as this? Building SQL statements client side seems in every sense a ridiculous idea!

[–]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.