pub fn connect_sqlite( path: Option<PathBuf>, extensions: Option<Vec<PathBuf>>, ) -> Result<Connection, Error>