sqlite3 1.11.0
This update for the sqlite3
Dart package brings improvements to the WASM-based web implementation:
- Add
WasmSqlite3.loadFromUrl
which uses a streamingfetch()
request to load the sqlite3 WASM binary. - Add
OpfsFileSystem
, a file system implementation for the WASM library that is based on the synchronous File System Access API. - The WASM version of sqlite3 used by this library is now compiled with
-Oz
instead of-Ofast
.