SQLite
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
Used in Qt SQL Lite plugin. Configure Qt with -system-sqlite or -no-sqlite to avoid.
The sources can be found in qtbase-opensource-src-5.9.6/src/3rdparty/UNUSED/sqlite.
Project Homepage, upstream version: 3.16.2
The authors disclaim copyright to the source code. However, a license can be obtained if needed.
Public Domain.