Getter methods
This is the collection of getter methods within the ElectricSqlPersister
interface. There are only two getter methods, getStore
and getElectricClient
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getElectricClient
The getElectricClient
method returns a reference to the Electric client the Store
is being persisted to.