better-sqlite3 7.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.readonlyproperty. - added the
directOnlyoption to user-defined functions and aggregates.