Crate rocksdb_table

Source
Expand description

Some helpers for working with RocksDB databases.

Modules§

error
mode
Marker structs that indicate access mode.

Structs§

Database
A wrapper for a RocksDB database that maintains type information about whether it was opened in read-only mode.
SelectedValueTableIterator
Allows selection of values to decode (if for example this is expensive).
TableIterator

Enums§

IndexIterator
SelectedValueIndexIterator
Allows selection of values to decode (if for example this is expensive).

Traits§

Table
A database table.