Function quaint::connector::sqlite_version
source · pub fn sqlite_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()
.
pub fn sqlite_version() -> &'static str
Returns the SQLite version as a string; e.g., "3.16.2"
for version 3.16.2.
See sqlite3_libversion()
.