CrSqliteWasmPersister
The CrSqliteWasmPersister
interface represents a Persister
that lets you save and load Store
data to and from a local CR-SQLite database.
You should use the createCrSqliteWasmPersister
function to create a CrSqliteWasmPersister
object.
It is a minor extension to the Persister
interface and simply provides an extra getDb
method for accessing a reference to the database instance the Store
is being persisted to.
Since
v4.3.14