Added package allographer (#1328)

This commit is contained in:
itsumura-h 2020-01-18 19:11:20 +09:00 committed by Miran
parent 0976c5e7c8
commit 869c13cf89

View File

@ -16183,5 +16183,22 @@
"description": "Figma based UI library for nim, with HTML and OpenGL backends.",
"license": "MIT",
"web": "https://github.com/treeform/fidget"
},
{
"name": "allographer",
"url": "https://github.com/itsumura-h/nim-allographer",
"method": "git",
"tags": [
"database",
"sqlite",
"mysql",
"postgres",
"rdb",
"query_buulder",
"orm"
],
"description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python",
"license": "MIT",
"web": "https://github.com/itsumura-h/nim-allographer"
}
]