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.
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.