Added package torm (#1774)

This commit is contained in:
Tim 2021-01-07 13:48:42 +01:00 committed by GitHub
parent 741dfb9f97
commit 2f0773b7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21045,5 +21045,18 @@
"description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library",
"license": "(MIT or Apache License 2.0) and Simplified BSD",
"web": "https://github.com/inv2004/nim-decimal"
},
{
"name": "torm",
"url": "https://github.com/cybertim/torm",
"method": "git",
"tags": [
"orm",
"db",
"database"
],
"description": "Tiny ORM for SQLite.",
"license": "MIT",
"web": "https://github.com/cybertim/torm"
}
]