Skip to content

Releases: dyedgreen/deno-sqlite

v2.1.0

02 Jun 16:09
Compare
Choose a tag to compare
  • Add lastInsertRowId to DB instance

v2.0.0

29 May 22:16
19d7636
Compare
Choose a tag to compare
  • Upgrades to a new VFS for SQLite, which functions more in-line with how a native SQLite would behave
  • Databases are now directly connected to files
  • Removes open, save functions
  • Removes data function

v1.0.0

14 May 06:53
4a0df5d
Compare
Choose a tag to compare

Deno SQLite version 1.0.0, matching Deno 1.0.0

v0.1.0

30 Apr 20:44
185ad01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first release. Things are generally working, but the library is still young and not very battle-tested. The overall API is expected to remain stable, unless there are good reasons to make changes.

Deno SQLite follows semantic versioning, and will guarantee API stability starting with v1.0.0.