Searched refs:make_connection (Results 1 – 1 of 1) sorted by relevance
846 let conn = Self::make_connection(&persistent_path)?; in new()999 fn make_connection(persistent_file: &str) -> Result<Connection> { in make_connection() method3244 let conn = KeystoreDB::make_connection("file::memory:")?; in new_test_db()