Added package db_wrapper (#1909)

This commit is contained in:
sivchari 2021-05-23 23:54:52 +09:00 committed by GitHub
parent 91cba57ad8
commit 7679a98fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22606,5 +22606,18 @@
"description": "Language Handler for executing Nim inside postgres as a procedural language",
"license": "MIT",
"web": "https://github.com/luisacosta828/plnim"
},
{
"name": "db_wrapper",
"url": "https://github.com/sivchari/db_wrapper",
"method": "git",
"tags": [
"database",
"wrapper",
"library"
],
"description": "this libraly able to use database/sql of Go",
"license": "MIT",
"web": "https://github.com/sivchari/db_wrapper"
}
]