blob: 9e3e610aed22ec37e72aff2b24b11f9baea7c30f (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "oatpp-mongo",
"version-string": "1.2.0",
"port-version": 1,
"description": "Oat++ MongoDB adapter for Oat++ ORM (native client). It contains DTO to BSON mapper plus database driver.",
"homepage": "https://github.com/oatpp/oatpp-mongo",
"dependencies": [
"oatpp"
]
}
|