RocksDB Embedded API
RocksDB C++ library API providing key-value storage operations including Get, Put, Delete, Merge, iterators, snapshots, column families, transactions, compaction, and backup. The primary interface for embedding RocksDB in applications as a persistent key-value store.