Function sleded::base::open

source · []
pub fn open<P>(path: P) -> Result<Base, Error> where
    P: AsRef<Path>, 
Expand description

Opens a database or create a new if the path does not point to a valid one.