pub fn create(root: impl Into<String>, config: impl Into<Config>) -> CreateEllaExpand 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.