Expand description
Database-style backend implementations
These backends provide persistent, queryable storage similar to traditional databases.
Re-exports§
pub use sql::Postgres;pub use sql::Sqlite;pub use sql::DbKind;pub use sql::SqlxBackend;
Modules§
- sql
- SQL-based backend implementations for Eidetica storage.
Structs§
- InMemory
- A simple in-memory database implementation using a
HashMapfor storage.