Skip to content

Commit db3618e

Browse files
committed
v0.3.0
1 parent 01698aa commit db3618e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.2.1
3+
version: 0.3.0
44
repository: https://github.com/journeyapps/sqlite_async.dart
55
environment:
66
sdk: '>=2.19.1 <3.0.0'

0 commit comments

Comments
 (0)