persister-sqlite-wasm
The persister-sqlite-wasm
module of the TinyBase project lets you save and load Store
data to and from a local SQLite database (in an appropriate environment).
See also
Persisting Data guide
Since
v4.0.0
createSqliteWasmPersister
The createSqliteWasmPersister
function creates a Persister
object that can persist the Store
to a local SQLite database (in an appropriate environment).