Function sqlite_bindings_lunatic::version
source · pub fn version() -> usize
Expand description
Return the version number of SQLite.
For instance, the version 3.8.11.1
corresponds to the integer 3008011
.
pub fn version() -> usize
Return the version number of SQLite.
For instance, the version 3.8.11.1
corresponds to the integer 3008011
.