updated torm and added tencil (#1777)

This commit is contained in:
enimatek 2021-01-10 09:51:18 +01:00 committed by GitHub
parent c26dc44aa6
commit 90d5300b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21048,16 +21048,30 @@
},
{
"name": "torm",
"url": "https://github.com/cybertim/torm",
"url": "https://github.com/enimatek-nl/torm",
"method": "git",
"tags": [
"orm",
"db",
"database"
],
"description": "Tiny ORM for SQLite.",
"description": "Tiny object relational mapper (torm) for SQLite in Nim.",
"license": "MIT",
"web": "https://github.com/cybertim/torm"
"web": "https://github.com/enimatek-nl/torm"
},
{
"name": "tencil",
"url": "https://github.com/enimatek-nl/tencil",
"method": "git",
"tags": [
"web",
"html",
"template",
"mustache"
],
"description": "Tencil is a mustache-compatible JSON based template engine for Nim.",
"license": "MIT",
"web": "https://github.com/enimatek-nl/tencil"
},
{
"name": "coinbase_pro",