Denodrivers Sqlite3 Versions Save

The fastest and correct SQLite3 module for Deno runtime

0.11.1

1 month ago

Fixes an issue with zero-length blob columns throwing an exception.

0.11.0

2 months ago

Support for JSR, make user-defined functions and extension loading optional (throws runtime error if attempted to use with an unsupported shared library) and bump sqlite version to 3.45.1

0.10.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.9.1...0.10.0

0.9.1

1 year ago

What's Changed

This patch fixes a performance deopt introduced by 0.8.0 release.

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.9.0...0.9.1

0.9.0

1 year ago

What's Changed

FTS5 is now enabled by default. SQLite3 was bumped to 3.41.1.

Linux Aarch64 builds are just an experiment, they most likely don't work.

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.8.2...0.9.0

0.8.2

1 year ago
  • fix(Database): do not set create: true if readonly is set to true by @DjDeveloperr

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.8.1...0.8.2

0.8.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.8.0...0.8.1

0.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.7.3...0.8.0

0.7.3

1 year ago

Fixes the module not working on Deno v1.30.0.

0.7.2

1 year ago

What's Changed

Full Changelog: https://github.com/denodrivers/sqlite3/compare/0.7.1...0.7.2