Function sqlite::open

source ·
pub fn open<T: AsRef<Path>>(path: T) -> Result<Connection>
Expand description

Open a read-write connection to a new or existing database.