Database

Undocumented in source.

Constructors

this
this(DBOptions opts, string path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
string get(string key, ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
iter
Iterator iter(ReadOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string key, string value, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(WriteBatch batch, WriteOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

db
rocksdb_t* db;
Undocumented in source.
readOptions
ReadOptions readOptions;
Undocumented in source.
writeOptions
WriteOptions writeOptions;
Undocumented in source.

Meta