pub fn c_db<S: AsRef<str>>(s: S) -> Result<Connection>
Expand description
Create or open sqlite3 database, open if it exist, create if it not exist. Open a new connection to a SQLite database. If a database does not exist at the path, one is created.