Skip to content

sqlite3 3.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Oct 21:27
· 1 commit to main since this release
e114da2

Note: Version 3 of package:sqlite3 is not production ready. The main purpose of this release is to verify the release automation for hooks. If you're looking for sqlite3.wasm, download that file from a v2 release.

  • Breaking change: Use build hooks to load SQLite instead of DynamicLibrary.
    • The SQLite library can only be customized with user defines.
    • You should drop your dependencies on sqlite3_flutter_libs and sqlcipher_flutter_libs when upgrading.
  • Breaking change: Parameters to SqliteExceptions are now named.