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
+
1
6
## 0.2.1
2
7
3
8
- Fix update notifications missing the first update.
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ query access.
23
23
* Automatically convert query args to JSON where applicable, making JSON1 operations simple.
24
24
* Direct SQL queries - no wrapper classes or code generation required.
25
25
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
+
26
29
## Installation
27
30
28
31
``` sh
Original file line number Diff line number Diff line change 1
1
name : sqlite_async
2
2
description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3
- version : 0.2.1
3
+ version : 0.3.0
4
4
repository : https://github.com/journeyapps/sqlite_async.dart
5
5
environment :
6
6
sdk : ' >=2.19.1 <3.0.0'
You can’t perform that action at this time.
0 commit comments