[ChangeLog][Third-Party Code] Updated bundled SQLite to version 3.28.0 Change-Id: If2a893c1dd5d5f97032a0a9b1f7ff78b9e715038 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
14 lines
616 B
JSON
14 lines
616 B
JSON
{
|
|
"Id": "sqlite",
|
|
"Name": "SQLite",
|
|
"QDocModule": "qtsql",
|
|
"QtUsage": "Used in Qt SQL Lite plugin. Configure Qt with -system-sqlite or -no-sqlite to avoid.",
|
|
|
|
"Description": "SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.",
|
|
"Homepage": "https://www.sqlite.org/",
|
|
"Version": "3.28.0",
|
|
"DownloadLocation": "https://www.sqlite.org/2019/sqlite-amalgamation-3280000.zip",
|
|
"License": "Public Domain",
|
|
"Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
|
|
}
|