mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
23 lines
698 B
JSON
23 lines
698 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "tinyorm",
|
|
"version-semver": "0.1.0",
|
|
"description": "c++ orm library for the Qt framwork",
|
|
"homepage": "https://github.com/silverqx/TinyORM",
|
|
"documentation": "https://www.tinyorm.org",
|
|
"maintainers": "Silver Zachara <silver.zachara@gmail.com>",
|
|
"supports": "!(uwp | arm | android | emscripten)",
|
|
"dependencies": [
|
|
"range-v3",
|
|
"tabulate"
|
|
],
|
|
"features": {
|
|
"mysqlping": {
|
|
"description": "Install a MySQL client library to support the mysql_ping() used by MySqlConnection::pingDatabase()",
|
|
"dependencies": [
|
|
"libmysql"
|
|
]
|
|
}
|
|
}
|
|
}
|