Creation type aliases
This is the collection of creation type aliases within the persisters
module. There are only three creation type aliases, DatabaseChangeListener
, DatabaseExecuteCommand
, and PersisterListener
.
DatabaseChangeListener
The DatabaseChangeListener
type describes a function that is used to listen for changes to the data in a database.
DatabaseExecuteCommand
The DatabaseExecuteCommand
type describes a function that is used to execute commands against a database.
PersisterListener
A PersisterListener
is a generic representation of the callback that lets a Persister
inform the store that a change has happened to the underlying data.