File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- ## 0.3.0-wip.0
1+ ## 0.3.0
22
33- Support versions 3.x of the ` sqlite3 ` package.
44
Original file line number Diff line number Diff line change 11name : drift_sqlite_async
2- version : 0.3.0-wip.0
2+ version : 0.3.0
33homepage : https://github.com/powersync-ja/sqlite_async.dart
44repository : https://github.com/powersync-ja/sqlite_async.dart
55description : Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -18,7 +18,7 @@ environment:
1818dependencies :
1919 drift : " >=2.28.0 <3.0.0"
2020 sqlite3 : ^3.2.0
21- sqlite_async : ^0.14.0-wip
21+ sqlite_async : ^0.14.0
2222
2323dev_dependencies :
2424 build_runner : ^2.4.8
Original file line number Diff line number Diff line change 11## 0.14.0
22
3- __ Note__ : This version of ` sqlite_async ` is still in development and there might be additional
4- API changes between this release and the final ` 0.14.0 ` version. This release is mostly meant for
5- internal testing.
6-
73- Support versions 3.x of the ` sqlite3 ` package and 0.7.x of ` sqlite3_web ` .
84- Remove the ` sqlite3_open.dart ` library, SQLite libraries are no longer loaded through Dart.
95- __ Breaking__ : Rewrite the native connection pool implementation.
You can’t perform that action at this time.
0 commit comments