CapacitorSqlitePersister
The CapacitorSqlitePersister interface represents a Persister that lets you save and load Store data to and from a SQLite database in a Capacitor app.
You should use the createCapacitorSqlitePersister function to create a CapacitorSqlitePersister object.
It is a minor extension to the Persister interface and simply provides an extra getDb method for accessing a reference to the database connection the Store is being persisted to.
Since
9.6.0