1.4.0 • Published 4 years ago

@endb/sqlite v1.4.0

Weekly downloads
31
License
MIT
Repository
github
Last release
4 years ago

@endb/sqlite

SQLite adapter for Endb

Installation

npm install @endb/sqlite

Usage

const Endb = require('endb');
const endb = new Endb('sqlite://path/to/database.sqlite');
const EndbSqlite = require('@endb/sqlite');

const store = new EndbSqlite({
  uri: 'sqlite://path/to/database.sqlite',
  table: 'cache',
  busyTimeout: 10000,
});
const endb = new Endb({ store });
1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago