any-db-sqlite3

2.3.0 • Public • Published

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

/any-db-sqlite3/

    Package Sidebar

    Install

    npm i any-db-sqlite3

    Weekly Downloads

    236

    Version

    2.3.0

    License

    MIT

    Unpacked Size

    5.97 kB

    Total Files

    5

    Last publish

    Collaborators

    • rogierschouten
    • grncdr