Getter methods
This is the collection of getter methods within the ExpoSqliteNextPersister interface. There are only two getter methods, getStore and getDb.
getStore
The getStore method returns a reference to the underlying Store that is backing this Persister object.
getDb
The getDb method returns a reference to the database instance the Store is being persisted to.