Functions
createCustomPersister
The createCustomPersister function creates a Persister object that you can configure to persist the Store in any way you wish. Read more.
createCustomPostgreSqlPersister
The createCustomPostgreSqlPersister function creates a Persister object that you can configure to persist the Store to a PostgreSQL database. Read more.
createCustomSqlitePersister
The createCustomSqlitePersister function creates a Persister object that you can configure to persist the Store to a SQLite database. Read more.