@humbdb/sqlite
v0.1.0
Published
SQLite driver for Humb.
Readme
@humbdb/sqlite
SQLite driver for Humb. Implements the DatabaseAdapter contract from @humbdb/driver-contract.
The whole connection is opened in read-only mode (better-sqlite3's readonly: true) - the
authoritative read-only backstop, equivalent to @humbdb/postgres's READ ONLY transaction. See
docs/product-specs/connect-and-inspect-sqlite.md.
