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.
pub fn open_database(path: &Path, db_name: String) -> Result<Database>Opens a database file in read-write mode. Shorthand for
open_database_with_mode with AccessMode::ReadWrite.