diff options
| author | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2017-11-15 13:40:01 +0700 |
|---|---|---|
| committer | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2017-11-15 13:40:01 +0700 |
| commit | da2c3d0ee73d530bdb9effb29e5ca77d03edaaf6 (patch) | |
| tree | d4942b0267e53fe906e22943bf3397884dbc6540 | |
| parent | d31408f40453fb32a352bae79591e26a6df5139e (diff) | |
| download | packages-da2c3d0ee73d530bdb9effb29e5ca77d03edaaf6.tar.gz packages-da2c3d0ee73d530bdb9effb29e5ca77d03edaaf6.zip | |
Add `dbschema` library
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c8a8c1e..5180138 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
