Function libduckdb_sys::duckdb_library_version

source ·
pub unsafe extern "C" fn duckdb_library_version() -> *const c_char
Expand description

Returns the version of the linked DuckDB, with a version postfix for dev versions

Usually used for developing C extensions that must return this for a compatibility check.