blob: 7a5eb7b01788b618c8b2b4ac0c709e4b135bb7fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "oatpp-postgresql",
"version": "1.2.5",
"description": "Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).",
"homepage": "https://github.com/oatpp/oatpp-postgresql",
"dependencies": [
"libpq",
"oatpp"
]
}
|