persister-sqlite3
The persister-sqlite3
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
createSqlite3Persister
The createSqlite3Persister
function creates a Persister
object that can persist the Store
to a local SQLite database (in an appropriate environment).