@endb/sqlite
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

@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 });

Package Sidebar

Install

npm i @endb/sqlite

Homepage

endb.js.org/

Weekly Downloads

2

Version

1.4.0

License

MIT

Unpacked Size

2.75 kB

Total Files

6

Last publish

Collaborators

  • chroventer