Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

waterline-sqlite3

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waterline-sqlite3

Waterline Adapter for SQLite3

  • 50.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
40
decreased by-21.57%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc