Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Transparent, Schemaless SQL Generation for the SQLite dialect

Notifications You must be signed in to change notification settings

CumulusDS/sql-bricks-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%