pub type DefaultEngine = EngineHandle<SqlitePersistenceStore, NoOpOracle, NoOpVector>;Expand description
The default concrete engine type: SQLite persistence, no oracle, no vector.
Suitable for single-process embedded use without oracle or vector search.
For production with an oracle, construct EngineHandle directly with your port impls.
Aliased Type§
pub struct DefaultEngine { /* private fields */ }