pub fn version() -> &'static str
Expand description
Returns the SQLite version as a string; e.g., "3.16.2"
for version 3.16.2.
See sqlite3_libversion()
.
ยงPanics
Panics when version is not valid UTF-8.
pub fn version() -> &'static str
Returns the SQLite version as a string; e.g., "3.16.2"
for version 3.16.2.
See sqlite3_libversion()
.
Panics when version is not valid UTF-8.