sql-bricks-sqlite

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    65
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    65
  • 0.1.0
    160

Package Sidebar

Install

npm i sql-bricks-sqlite

Weekly Downloads

124

Version

1.0.0

License

MIT

Unpacked Size

4.96 kB

Total Files

4

Last publish

Collaborators

  • prust