rocksdb
rocksdb copied to clipboard
Enable ROCKSDB_LITE for supported API calls.
Change provides support for adding C API to RocksDB Lite. Remove global #ifndef ROCKSDB_LITE wrapper then wrap structs and functions unsupported in lite mode to be skipped.
Would you consider merging a version of this? Looking to use the C-API on mobile, and would like to use lite mode if possible.
RocksDB lite was deprecated in version 8.0 (Feb 2023).