Struct kv::Manager [] [src]

pub struct Manager { /* fields omitted */ }

A process is only permitted to have one open handle to each database. This manager exists to enforce that constraint: don't open databases directly.

Methods

impl Manager
[src]

[src]

Create a new store manager

[src]

Return the open store at path, returning None if it has not already been opened.

[src]

Return the open store at cfg.path, or create it using the given config.

[src]

Load a store from a configuration file

Trait Implementations

Auto Trait Implementations

impl Send for Manager

impl Sync for Manager