JSPM

  • Created
  • Published
  • Downloads 1234709
  • Score
    100M100P100Q191554F
  • License MIT

Simple and expressive SQLite3 bindings for Node.js, with full transaction support.

Package Exports

  • better-sqlite3

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (better-sqlite3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

better-sqlite3

You want Node?

You want Sqlite?

You want your life to be easy?

Well you're in luck because better-sqlite3 is here!!!!

Installation

npm install --save better-sqlite3

Usage

var Database = require('better-sqlite3');
var db = new Database('foobar.db', {memory: true, wal: false});

Features

  • Full transaction support
  • Full Buffer/Blob support
  • Big test suite
  • Written in modern C++ and tested for memory leaks

License

MIT.