Function ella::create

source ·
pub fn create(root: impl Into<String>, config: impl Into<Config>) -> CreateElla
Expand description

Create a new datastore at root.

Returns an error if root is inaccessible or a datastore already exists.

create returns a future which provides methods to customize creation behavior.