We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a31f8 commit f5609faCopy full SHA for f5609fa
packages/drift_sqlite_async/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.0-alpha.3
2
+
3
+- Import `sqlite3_common` instead of `sqlite3` for web support.
4
5
## 0.1.0-alpha.2
6
7
- Update dependency `sqlite_async` to version 0.8.0.
packages/drift_sqlite_async/pubspec.yaml
@@ -1,5 +1,5 @@
name: drift_sqlite_async
-version: 0.1.0-alpha.2
+version: 0.1.0-alpha.3
homepage: https://github.com/powersync-ja/sqlite_async.dart
repository: https://github.com/powersync-ja/sqlite_async.dart
description: Use Drift with a sqlite_async database, allowing both to be used in the same application.
0 commit comments