pub fn open<T: AsRef<Path>>(path: T) -> Result<Connection>
Expand description
Open a read-write connection to a new or existing database.
pub fn open<T: AsRef<Path>>(path: T) -> Result<Connection>
Open a read-write connection to a new or existing database.