SQLite Forum

What version of Sqlite am I using?
Login
Here's the GitHub link to the SQLite sources included as part of Qt sources:
[](https://github.com/qt/qtbase/tree/5.14.1/src/3rdparty/sqlite)

Looking up the relevant part in [sqlite.h](https://github.com/qt/qtbase/blob/5.14.1/src/3rdparty/sqlite/sqlite3.h#L126), we get:

```
#define SQLITE_VERSION        "3.30.1"
```