RocksDB update wrappers, in separate module for easy tracing and mocking.
check_encoding(Encoding, Attributes) -> any()
create_mountpoint(Tab) -> any()
data_mountpoint(Tab) -> any()
decode(Val, X2) -> any()
decode_key(CodedKey::binary()) -> any()
decode_key(CodedKey, Enc) -> any()
decode_val(CodedVal::binary()) -> any()
decode_val(CodedVal, K, Ref) -> any()
default_encoding(X1, Type, As) -> any()
delete(Ref, K, Opts) -> any()
encode(Value, X2) -> any()
encode_key(Key::any()) -> binary()
encode_key(Key, X2) -> any()
encode_val(Val::any()) -> binary()
encode_val(Val, Enc) -> any()
keypos(Tab) -> any()
open_rocksdb(MPd, RdbOpts, CFs) -> any()
put(Ref, K, V, Opts) -> any()
tabname(Tab) -> any()
valid_key_type(X1, Key) -> any()
valid_obj_type(X1, Obj) -> any()
write(X1, L, Opts) -> any()