0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 09:15:19 +02:00
construct/include/ircd/db/database
2019-01-23 16:10:22 -08:00
..
env
cache.h
column.h ircd::db: Consider if column dropped for boolean test. 2019-01-23 16:10:22 -08:00
compaction_filter.h
comparator.h
env.h
events.h
logger.h
mergeop.h
prefix_transform.h
README.md
rocksdb.h
snapshot.h
sst.h
stats.h
txn.h
wal.h

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.