aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-sqlite/vcpkg.json
blob: 85fa464937ded129b895703c22e536112256afa5 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "oatpp-sqlite",
  "version": "1.2.5",
  "description": "Oat++ SQLite adapter for Oat++ ORM.",
  "homepage": "https://github.com/oatpp/oatpp-sqlite",
  "dependencies": [
    "oatpp",
    "sqlite3"
  ]
}