Merge pull request #612 from Araq/add-ormin2307

Added package ormin
This commit is contained in:
Dominik Picheta 2017-11-07 10:49:22 +00:00 committed by GitHub
commit 9e48afcfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7581,5 +7581,19 @@
"description": "A library providing zero-cost chaining for functional abstractions in Nim",
"license": "MIT",
"web": "https://github.com/alehander42/zero-functional"
},
{
"name": "ormin",
"url": "https://github.com/Araq/ormin",
"method": "git",
"tags": [
"ORM",
"SQL",
"db",
"database"
],
"description": "Prepared SQL statement generator. A lightweight ORM.",
"license": "MIT",
"web": "https://github.com/Araq/ormin"
}
]