1.0.0 • Published 2 years ago

sql-bricks-sqlite v1.0.0

Weekly downloads
15
License
MIT
Repository
github
Last release
2 years ago

SQLite dialect SQLBricks

Use:

// in node:
var sql = require('sql-bricks-sqlite');
// in the browser:
var sql = SQLiteBricks;

var statement = 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.