GitHub - prust/sql-bricks-sqlite: Transparent, Schemaless SQL Generation for the SQLite dialect

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

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.

About

Transparent, Schemaless SQL Generation for the SQLite dialect

Resources

Readme

Activity

Stars

10 stars

Watchers

3 watching

Forks

4 forks