Skip to content

Commit

Permalink
[sqflite_common_ffi_async] v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jan 4, 2024
1 parent 866da19 commit 4bf62f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/sqflite_common_ffi_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.2

* `sqflite3: >= 2.3.0`
* Supports transaction rolled back by an inner statement.

## 0.1.1+2

- Allow concurrent read.
Expand Down
14 changes: 11 additions & 3 deletions packages/sqflite_common_ffi_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
name: sqflite_common_ffi_async
homepage: https://github.com/tekartik/sqflite/tree/master/packages/sqflite_common_ffi_async
description: Sqflite API on top on sqlite_async from PowerSync, ffi based implementation.
version: 0.1.1+2
version: 0.1.2

# This package supports all platforms listed below.
platforms:
linux:
macos:
windows:
android:
ios:

environment:
sdk: ^3.2.0

dependencies:
path: '>=1.8.0 <3.0.0'
sqflite_common: '>=2.5.1-2 <4.0.0'
sqflite_common_ffi: '>=2.3.1 <4.0.0'
sqflite_common: '>=2.5.2-1 <4.0.0'
sqflite_common_ffi: '>=2.3.2 <4.0.0'
sqlite_async: '>=0.6.0 <2.0.0'

dev_dependencies:
Expand Down

0 comments on commit 4bf62f2

Please sign in to comment.