Functions
These are the functions within the persisters
module.
createCustomPersister
The createCustomPersister
function creates a Persister
object that you can configure to persist the Store
in any way you wish.
createCustomPostgreSqlPersister
The createCustomSqlitePersister
function creates a Persister
object that you can configure to persist the Store
to a PostgreSQL database.
createCustomSqlitePersister
The createCustomSqlitePersister
function creates a Persister
object that you can configure to persist the Store
to a SQLite database.