50.0.0 • Published 8 years ago

waterline-sqlite3 v50.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
8 years ago

Waterline SQLite3 Adapter

NPM version Build status Dependency Status Code Climate

A Waterline adapter for SQLite3.

Features

  • Fully compatible with SQLite3
  • Supports Waterline Associations
  • Uses knex.js for query building
  • Written in ES6

Compatibility

Install

$ npm install waterline-sqlite3 --save

Configuration

config/connections.js

module.exports.connections = {
  sqlitedb: {
    /**
     * Database instance type. Specify whether to store the database on disk
     * or in memory.
     */
    adapter: 'waterline-sqlite3', // or 'memory'

    /**
     * Location of file if type='disk'
     */
    filename: './tmp/db.sqlite',

    /**
     * Set to true to output SQL queries
     */
    debug: false
  }
}

License

MIT

Maintained By

50.0.0

8 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.0

10 years ago

1.0.1

10 years ago

0.12.4

10 years ago

0.12.2

10 years ago

0.12.1

10 years ago

0.12.0

10 years ago

0.12.0-alpha2

10 years ago

0.12.0-alpha1

10 years ago