[go: up one dir, main page]

Struct rocksdb::DB[][src]

pub struct DB { /* fields omitted */ }

A RocksDB database.

See crate level documentation for a simple usage example.

Methods

impl DB
[src]

Open a database with default options.

Open the database with the specified options.

Open a database with the given database options and column family names.

Column families opened using this function will be created with default Options.

Open a database with the given database options and column family names/options.

Return the bytes associated with a key value

Return the underlying column family handle.

Important traits for DBIterator

Important traits for DBIterator

Opens an interator with set_total_order_seek enabled. This must be used to iterate across prefixes when set_memtable_factory has been called with a Hash-based implementation.

Important traits for DBIterator

Trait Implementations

impl Send for DB
[src]

impl Sync for DB
[src]

impl Drop for DB
[src]

Executes the destructor for this type. Read more

impl Debug for DB
[src]

Formats the value using the given formatter. Read more