TinyBase logoTinyBase β

BetterSqlite3Persister

The BetterSqlite3Persister interface represents a Persister that lets you save and load Store data to and from a local SQLite database.

You should use the createBetterSqlite3Persister function to create a BetterSqlite3Persister object.

It is a minor extension to the Persister interface and simply provides an extra getDb method for accessing a reference to the database the Store is being persisted to.

Since

9.6.0

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods