2.3.0 • Published 3 years ago

any-db-sqlite3 v2.3.0

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

any-db-sqlite3

Build Status

This is the sqlite3 adapter for Any-DB. It relies on the sqlite3 database driver to create Connection and Query objects that conform to the Any-DB API.

API extensions

You can include any of the SQLite3 mode flags as query parameters in your database URL. So if you wanted to open your database in read-only mode for example, just append ?OPEN_READONLY to the URL. The available flags are documented in this SQLite3 wiki page.

Install

npm install any-db-sqlite3

License

MIT

2.3.0

3 years ago

2.1.4

10 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

1.0.0-rc2

11 years ago

1.0.0-rc1

11 years ago

1.0.0-alpha2

11 years ago

1.0.0-alpha1

11 years ago

0.0.0

11 years ago