[−][src]Module leveldb::database::options
All the option types needed for interfacing with leveldb.
Those are:
Options
: used when opening a databaseReadOptions
: used when reading from leveldbWriteOptions
: used when writng to leveldb
Structs
Options | Options to consider when opening a new or pre-existing database. |
ReadOptions | The read options to use for any read operation. |
WriteOptions | The write options to use for a write operation. |
Functions
c_options⚠ | |
c_readoptions⚠ | |
c_writeoptions⚠ |