Add sqlbuilder (#983)

This commit is contained in:
Thomas T. Jarløv 2019-01-09 06:56:12 +01:00 committed by Miran
parent b447a25846
commit fc4a1761a5

View File

@ -12348,5 +12348,17 @@
"description": "A thin SQLite wrapper with proper type safety",
"license": "MIT",
"web": "https://github.com/GULPF/tiny_sqlite"
},
{
"name": "sqlbuilder",
"url": "https://github.com/ThomasTJdev/nim_sqlbuilder",
"method": "git",
"tags": [
"sql",
"sqlbuilder"
],
"description": "A SQLbuilder with support for NULL values",
"license": "MIT",
"web": "https://github.com/ThomasTJdev/nim_sqlbuilder"
}
]