Function libduckdb_sys::duckdb_open_ext[][src]

pub unsafe extern "C" fn duckdb_open_ext(
    path: *const c_char,
    out_database: *mut duckdb_database,
    config: duckdb_config,
    error: *mut *mut c_char
) -> duckdb_state
Expand description

! Opens a database file at the given path using the specified configuration ! If error is set the error will be reported