Use:
// in node:varsql=require('sql-bricks-sqlite');// in the browser:varsql=SQLiteBricks;varstatement=sql.select().from('users').where({name: 'Fred Flintstone'});Adds limit(), offset(), orReplace(), orAbort(), etc, to the core SQLBricks library. See http://csnw.github.io/sql-bricks for more information.