Releases: WiseLibs/better-sqlite3
Releases · WiseLibs/better-sqlite3
v7.4.0
- Added the
db.table()
method, which allows users to register virtual tables.
v7.3.1
7.3.1
v7.3.0
- Added the
db.serialize()
method. - Buffers returned from
db.serialize()
can be opened as in-memory databases by passing them tonew Database(buffer)
. - Added the
stmt.readonly
property. - added the
directOnly
option to user-defined functions and aggregates.
v7.2.0
v7.1.5
- Fixed subclassing (e.g.,
class MyClass extends Database {}
)
v7.1.4
- Fixes for Jest environments
- Updated SQLite to v3.35.2
v7.1.2
7.1.2
v7.1.1
7.1.1
v7.1.0
Updated SQLite to version 3.32.0.
v7.0.1
7.0.1