summaryrefslogtreecommitdiff
path: root/src/3rdparty/sqlite/qt_attribution.json
blob: 4d373c27685a0573b6e683e574eae2f337952e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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.41.0",
    "DownloadLocation": "https://sqlite.org/2023/sqlite-amalgamation-3410000.zip",
    "License": "Public Domain",
    "Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
}