Skip to main content

library_version

Function library_version 

Source
pub fn library_version() -> String
Expand description

The version string of the linked DuckDB library (e.g. "v1.5.5").

Wraps duckdb_library_version, whose result is a static string owned by DuckDB (never freed); the bytes are copied into an owned String.