aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-15 16:14:09 +0000
committerGitHub <noreply@github.com>2017-11-15 16:14:09 +0000
commit8f9f866eee28878d823612aab84124c499673271 (patch)
treed4942b0267e53fe906e22943bf3397884dbc6540
parentd31408f40453fb32a352bae79591e26a6df5139e (diff)
parentda2c3d0ee73d530bdb9effb29e5ca77d03edaaf6 (diff)
downloadpackages-8f9f866eee28878d823612aab84124c499673271.tar.gz
packages-8f9f866eee28878d823612aab84124c499673271.zip
Merge pull request #617 from vegansk/dbschema
Add `dbschema` library
-rw-r--r--packages.json13
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"
}
]