Struct emerald_rocksdb::DB [] [src]

pub struct DB { /* fields omitted */ }

A RocksDB database.

See crate level documentation for a simple usage example.

Methods

impl DB
[src]

[src]

Open a database with default options.

[src]

Open the database with the specified options.

[src]

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

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

[src]

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Return the bytes associated with a key value

[src]

[src]

[src]

[src]

[src]

Return the underlying column family handle.

Important traits for DBIterator
[src]

Important traits for DBIterator
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Send for DB
[src]

impl Sync for DB
[src]

impl Drop for DB
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for DB
[src]

[src]

Formats the value using the given formatter. Read more