sqlite3 3.0.0-beta.0
Pre-release
Pre-release
·
1 commit
to main
since this release
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
andsqlcipher_flutter_libs
when upgrading.
- Breaking change: Parameters to
SqliteException
s are now named.