Expand description
Persistence backend trait for AimDB.
Defines the PersistenceBackend trait that concrete implementations
(SQLite, Postgres, …) must fulfill.
Structs§
- Query
Params - Parameters for
PersistenceBackend::query. - Stored
Value - A stored value returned by
PersistenceBackend::query.
Traits§
- Persistence
Backend - Pluggable persistence backend.
Type Aliases§
- BoxFuture
- Type alias matching the pattern used throughout aimdb-core (no async_trait).