Struct lmdb_rs::core::EnvBuilder [] [src]

pub struct EnvBuilder { /* fields omitted */ }

Constructs environment with settigs which couldn't be changed after opening. By default it tries to create corresponding dir if it doesn't exist, use autocreate_dir() to override that behavior

Methods

impl EnvBuilder
[src]

Sets environment flags

Sets max concurrent readers operating on environment

Set max number of databases

Sets max environment size, i.e. size in memory/disk of all data

Sets whetever lmdb-rs should try to autocreate dir with default permissions on opening (default is true)

Opens environment in specified path

Trait Implementations

impl Copy for EnvBuilder
[src]

impl Clone for EnvBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnvBuilder
[src]

Formats the value using the given formatter.