0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-23 02:48:41 +02:00
construct/include/ircd/db/database/README.md

6 lines
307 B
Markdown

This directory contains lower-level interfaces which generally require including RocksDB
for symbols which cannot be forward declared. These are mostly used internally by
`ircd/db.cc` and are not necessary for developers wishing to use `ircd::db`.
The public interfaces to `ircd::db` are one directory up.