Releases: WiseLibs/better-sqlite3
Releases · WiseLibs/better-sqlite3
v7.5.1
What's Changed
- Upgraded to SQLite version 3.38.2 (see commit and SQLite's release notes)
- Add support for electron
v17prebuilds by @m4heshd in #757 - Add Linux prebuilt binaries for
armv7andarm64and other improvements by @m4heshd in #758 - Removed usage of symlinks during installation, which caused issues on some platforms b544892
Full Changelog: v7.5.0...v7.5.1
v7.5.0
- Upgraded SQLite to version
3.37.2 - added the
.busyproperty to prepared Statements - added the
nativeBindingoption to the Database constructor - changed the
codeproperty ofSqliteErrorto be enumerable - added
SqliteErrorto the API documentation - Removed
tardependency - Reduced the size of installing
better-sqlite3(by using afileslist inpackage.json)
v7.4.6
What's Changed
- Upgraded to SQLite version
3.37.0
New Contributors
- @StoneCypher made their first contribution in #676
Full Changelog: v7.4.5...v7.4.6
v7.4.5
v7.4.4
added prebuilds for Alpine containers(looks like this failed)- added prebuilds for Windows 32-bit
- fixed various installation issues
v7.4.3
v7.4.2
- Upgraded SQLite to version
3.36.0 - Added
SQLITE_ENABLE_MATH_FUNCTIONScompile-time option
v7.4.1
- Fixed some installation issues
- Added prebuilt binaries for Node v16
- Added prebuilt binaries for Electron v13
v7.4.0
- Added the
db.table()method, which allows users to register virtual tables.
v7.3.1
7.3.1