Add dbschema library

This commit is contained in:
Anatoly Galiulin 2017-11-15 13:40:01 +07:00
parent d31408f404
commit da2c3d0ee7

View File

@ -7638,5 +7638,18 @@
"description": "Calendars, Timestamps and Timezones utilities.",
"license": "MIT",
"web": "https://github.com/treeform/chrono"
},
{
"name": "dbschema",
"url": "https://github.com/vegansk/dbschema",
"method": "git",
"tags": [
"library",
"database",
"db"
],
"description": "Database schema migration library for Nim language.",
"license": "MIT",
"web": "https://github.com/vegansk/dbschema"
}
]