serai-db

Crates.ioserai-db
lib.rsserai-db
version0.1.1
sourcesrc
created_at2023-04-14 15:47:51.718241
updated_at2024-12-26 07:31:07.122523
descriptionA simple database trait and backends for it
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/common/db
max_upload_size
id839254
size17,843
Luke Parker (kayabaNerve)

documentation

README

Serai DB

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.

Commit count: 1753

cargo fmt