pub type PostgresEngine<O, V> = EngineHandle<PostgresPersistenceStore, O, V>;Expand description
Type alias for an EngineHandle backed by PostgresPersistenceStore.
O = OraclePort implementation, V = VectorPort implementation.
Aliased Type§
pub struct PostgresEngine<O, V> { /* private fields */ }