sql string builder for node - supports PostgreSQL, mysql, Microsoft SQL Server, Oracle and sqlite dialects. Building SQL statements by hand is no fun, especially in a language which has clumsy support for multi-line strings. So let's build it with JavaScript. Maybe it's still not fun, but at least it's less not fun. //require the module var sql = require('sql'); //(optionally) set the SQL dialect

