Releases: dyedgreen/deno-sqlite
Releases · dyedgreen/deno-sqlite
v3.4.0
- Upgrade SQLite to version 3.38.3
v3.3.1
- fixes issues that dead-lock the library on Windows when running with
--unstable
v3.3.0
- Add
execute
function for running multiple statements in a single query
v3.2.1
- Added experimental support for using the library in web-browsers (this changes some internals)
- Updated documentation
v3.1.3
- Add file locking on
--unstable
v3.1.2
- Export
SqliteError
as a value so that it can be used in contexts like: error instanceof SqliteError
v3.1.1
- Update bundled version of SQLite
v3.1.0
- Improved types for prepared queries
- Export the
RowObject
type
v3.0.0
- 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