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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.0
    12
  • 1.3.0
    1
  • 1.2.0
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @endb/sqlite

Homepage

endb.js.org/

Weekly Downloads

5

Version

1.4.0

License

MIT

Unpacked Size

2.75 kB

Total Files

6

Last publish

Collaborators

  • chroventer