Configuration type aliases
DatabasePersisterConfig
The DatabasePersisterConfig
type describes the configuration of a database-oriented Persister
, such as those for SQLite and PostgreSQL. Read more.
DpcJson
The DpcJson
type describes the configuration of a database-oriented Persister
operating in serialized JSON mode. Read more.
DpcTabular
The DpcTabular
type describes the configuration of a database-oriented Persister
that is operating in tabular mapping mode. Read more.
DpcTabularCondition
The DpcTabularCondition
type describes the SQL WHERE clause that will be used to filter the rows that are loaded and saved to in the Store
Table
. Read more.
DpcTabularLoad
The DpcTabularLoad
type describes the configuration for loading Tables
in a database-oriented Persister
that is operating in tabular mode. Read more.
DpcTabularSave
The DpcTabularSave
type describes the configuration for saving Tables
in a database-oriented Persister
that is operating in tabular mode. Read more.
DpcTabularValues
The DpcTabularValues
type describes the configuration for handling Values
in a database-oriented Persister
that is operating in tabular mode. Read more.