Skip to content

Releases: dyedgreen/deno-sqlite

v3.4.0

30 Apr 16:50
Compare
Choose a tag to compare
  • Upgrade SQLite to version 3.38.3

v3.3.1

24 Apr 08:13
Compare
Choose a tag to compare
  • fixes issues that dead-lock the library on Windows when running with --unstable

v3.3.0

15 Mar 21:53
Compare
Choose a tag to compare
  • Add execute function for running multiple statements in a single query

v3.2.1

06 Feb 16:52
Compare
Choose a tag to compare
  • Added experimental support for using the library in web-browsers (this changes some internals)
  • Updated documentation

v3.2.0

15 Dec 08:45
Compare
Choose a tag to compare
  • add transaction API

v3.1.3

11 Nov 21:40
Compare
Choose a tag to compare
  • Add file locking on --unstable

v3.1.2

07 Nov 13:30
Compare
Choose a tag to compare
  • Export SqliteError as a value so that it can be used in contexts like: error instanceof SqliteError

v3.1.1

22 Aug 16:40
Compare
Choose a tag to compare
  • Update bundled version of SQLite

v3.1.0

15 Aug 17:30
Compare
Choose a tag to compare
  • Improved types for prepared queries
  • Export the RowObject type

v3.0.0

01 Aug 10:13
55040bd
Compare
Choose a tag to compare
  • Updated query and preparedQuery API (query is mostly, but not fully, compatible with the previous versions)
  • New API for retrieving rows as objects containing key value pairs
  • Performance improvements to queries and prepared queries
  • localtime in SQL now respects the devices local-time available in JS