[][src]Function grin_store::new_env

pub fn new_env(path: String) -> Environment

Create a new LMDB env under the provided directory. By default creates an environment named "lmdb". Be aware of transactional semantics in lmdb (transactions are per environment, not per database).