Skip to content

sqlite3 1.6.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 14 Mar 22:28
· 506 commits to main since this release
4d20d9c
  • Very experimental web support, based on compiling sqlite3 to web assembly with a custom file system implementation.

The new web version is available through the package:sqlite3/wasm.dart library. An example on how to use that library is available here. The web version has an interface compatible to the existing FFI API.
Using the new web version requires a custom sqlite3 version compiled to WebAssembly, those modules are attached to GitHub releases of the sqlite3 package.