Added package pdba (#1443)

This commit is contained in:
misebox 2020-04-23 15:55:56 +09:00 committed by GitHub
parent e92522539f
commit 7c3e2f465f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17464,6 +17464,19 @@
"web": "https://github.com/exelotl/trick",
"doc": "https://exelotl.github.io/trick/trick.html"
},
{
"name": "pdba",
"url": "https://github.com/misebox/pdba",
"method": "git",
"tags": [
"db",
"library",
"wrapper"
],
"description": "A postgres DB adapter for nim.",
"license": "MIT",
"web": "https://github.com/misebox/pdba"
},
{
"name": "wAuto",
"url": "https://github.com/khchen/wAuto",