Skip to content

sqlite3 1.11.0

Choose a tag to compare

@simolus3 simolus3 released this 09 Apr 20:59
· 382 commits to main since this release
564c5fd

This update for the sqlite3 Dart package brings improvements to the WASM-based web implementation:

  • Add WasmSqlite3.loadFromUrl which uses a streaming fetch() 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.