0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 01:06:37 +02:00
construct/include/ircd/db/database
2019-01-23 16:10:22 -08:00
..
env ircd::db: Create database/env.h index of all database/env/ headers. 2019-01-23 13:34:50 -08:00
cache.h ircd::db: Maintain our own names for caches. 2019-01-11 16:21:04 -08:00
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 ircd::db: Create database/env.h index of all database/env/ headers. 2019-01-23 13:34:50 -08:00
events.h
logger.h ircd::db: Rename database::logs to database::logger. 2018-12-10 13:26:46 -08:00
mergeop.h
prefix_transform.h
README.md ircd::db: Move database.h up from database/ dir; update README. 2019-01-23 13:03:39 -08:00
rocksdb.h ircd::db: Simplify/Consolidate error hierarchy. 2018-12-24 13:32:22 -08:00
snapshot.h
sst.h
stats.h
txn.h
wal.h ircd::db: Add WAL information interface w/ console cmd. 2018-12-10 14:14:55 -08:00

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.