lsm-tree-0.1.0.0: Log-structured merge-trees
Safe HaskellSafe-Inferred
LanguageGHC2021

RocksDB.FFI

Synopsis

options

read options

write options

db operations

data DB Source #

rocksdb_get :: Ptr DB -> Ptr READOPTIONS -> CString -> CSize -> Ptr CSize -> ErrPtr -> IO CString Source #

Returns NULL if not found. A malloc()ed array otherwise. Stores the length of the array in *vallen.

checkpoints

write batch

block table options

filter policy

error