pub fn version() -> &'static strExpand 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 strReturns 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.