Type Method
libraryVersion()
Return the version of the embedded libsqlite3 as a 32-bit integer value.
static func libraryVersion() -> Int32
Discussion
The value is laid out identicallly to the SQLITE_VERSION_NUMBER constant.
Type Method
static func libraryVersion() -> Int32
The value is laid out identicallly to the SQLITE_VERSION_NUMBER constant.