Crates.io | serai-db |
lib.rs | serai-db |
version | 0.1.1 |
source | src |
created_at | 2023-04-14 15:47:51.718241 |
updated_at | 2024-12-26 07:31:07.122523 |
description | A simple database trait and backends for it |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/common/db |
max_upload_size | |
id | 839254 |
size | 17,843 |
An inefficient, minimal abstraction around databases.
The abstraction offers get
, put
, and del
with helper functions and macros
built on top. Database iteration is not offered, forcing the caller to manually
implement indexing schemes. This ensures wide compatibility across abstracted
databases.