Skip to main content

open_database

Function open_database 

Source
pub fn open_database(path: &Path, db_name: String) -> Result<Database>
Expand description

Opens a database file in read-write mode. Shorthand for open_database_with_mode with AccessMode::ReadWrite.