Function rusqlite::version
[−]
[src]
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().