File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ - Better error messages for recursive transactions.
4+ - Breaking change: Error by default when starting a read transaction within a write transaction.
5+
16## 0.2.1
27
38- Fix update notifications missing the first update.
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ query access.
2323 * Automatically convert query args to JSON where applicable, making JSON1 operations simple.
2424 * Direct SQL queries - no wrapper classes or code generation required.
2525
26+ See this [ blog post] ( https://www.powersync.co/blog/sqlite-optimizations-for-ultra-high-performance ) ,
27+ explaining why these features are important for using SQLite.
28+
2629## Installation
2730
2831``` sh
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3- version : 0.2.1
3+ version : 0.3.0
44repository : https://github.com/journeyapps/sqlite_async.dart
55environment :
66 sdk : ' >=2.19.1 <3.0.0'
You can’t perform that action at this time.
0 commit comments