sqlite3_web 0.2.1
sqlite3_web: ^0.2.1 copied to clipboard
Utilities to simplify accessing sqlite3 on the web, with automated feature detection.
0.2.1 #
- Add
WebSqlite.deleteDatabase
to delete databases. - Support opening databases without workers.
0.2.0 #
- Make
FileSystem
implementation functional, addFileSystem.flush()
.
0.1.3 #
- Support latest version of
package:web
.
0.1.2-wip #
- Fix preferred databases not being sorted correctly.
0.1.1-wip #
- Fix remote error after closing databases.
0.1.0-wip #
- Initial WIP version.