Skip to main content

Module backend

Module backend 

Source
Expand description

Persistence backend trait for AimDB.

Defines the PersistenceBackend trait that concrete implementations (SQLite, Postgres, …) must fulfill.

Structs§

QueryParams
Parameters for PersistenceBackend::query.
StoredValue
A stored value returned by PersistenceBackend::query.

Traits§

PersistenceBackend
Pluggable persistence backend.

Type Aliases§

BoxFuture
Type alias matching the pattern used throughout aimdb-core (no async_trait).