mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 04:18:55 +01:00
.. | ||
env | ||
cache.h | ||
column.h | ||
compaction_filter.h | ||
comparator.h | ||
database.h | ||
events.h | ||
logs.h | ||
mergeop.h | ||
options.h | ||
prefix_transform.h | ||
README.md | ||
rocksdb.h | ||
snapshot.h | ||
sst.h | ||
stats.h | ||
txn.h |
This directory contains lower-level interfaces which generally require including RocksDB
for symbols which cannot be forward declared. These are 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.
The only essential public interface here in the standard include stack is database.h
itself. Also note that ircd::db::database
is typedef'ed to ircd::database
.