Setup SQLBuilderBy default you will create a new Instance of SQLBuilder by passing the language-dialect as String you would like to work with.const SQLBuilder = require('json-sql-builder2'); // Syntax: // SQLBuilder(<dialect>[, options]); // // dialect: String | Function // options...