blob: 6a81099ebcb4e823448144e1427b40aaeed98208 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "oatpp-sqlite",
"version-string": "1.2.0",
"port-version": 1,
"description": "Oat++ SQLite adapter for Oat++ ORM.",
"homepage": "https://github.com/oatpp/oatpp-sqlite",
"dependencies": [
"oatpp",
"sqlite3"
]
}
|