pub fn new_database_with_path(
    path: &str,
    db_type: i32
) -> Result<UniquePtr<Database>, Exception>