sqlite_async 0.6.0 copy "sqlite_async: ^0.6.0" to clipboard
sqlite_async: ^0.6.0 copied to clipboard

High-performance asynchronous interface for SQLite on Dart and Flutter.

0.6.0 #

  • Allow catching errors and continuing the transaction. This is technically a breaking change, although it should not be an issue in most cases.
  • Add tx.closed and db/tx.getAutoCommit() to check whether transactions are active.
  • Requires sqlite3 ^2.3.0 and Dart ^3.2.0.

0.5.2 #

  • Fix releasing of locks when closing `SharedMutex``.

0.5.1 #

  • Fix watch when called with query parameters.
  • Clean up -wal and -shm files on close.

0.5.0 #

  • No code changes.
  • Updated dependencies to support sqlite3 2.x.

0.4.0 #

  • Ensure database connections are cleaned up on unhandled Isolate errors.
  • Minor performance improvements.

0.3.0 #

  • Better error messages for recursive transactions.
  • Breaking change: Error by default when starting a read transaction within a write transaction.

0.2.1 #

  • Fix update notifications missing the first update.

0.2.0 #

  • Initial version.
37
likes
160
pub points
88%
popularity

Publisher

verified publisherpowersync.com

High-performance asynchronous interface for SQLite on Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, collection, sqlite3

More

Packages that depend on sqlite_async