We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8e4d6 commit e21f161Copy full SHA for e21f161
sqlite3/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.4.7
2
+
3
+- Web: Improve performance of in-memory and IndexedDB file system implementations.
4
5
## 2.4.6
6
7
- WebAssembly: Call `_initialize` function of sqlite3 module if one is present.
sqlite3/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
-version: 2.4.6
+version: 2.4.7
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
0 commit comments