Files
serai/common/db/README.md
2024-12-26 02:35:32 -05:00

9 lines
316 B
Markdown

# 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.