Merge pull request #617 from vegansk/dbschema

Add `dbschema` library
This commit is contained in:
Dominik Picheta 2017-11-15 16:14:09 +00:00 committed by GitHub
commit 8f9f866eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]