aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2018-11-27 04:43:32 -0300
committerMiran <narimiran@disroot.org>2018-11-27 08:43:32 +0100
commit72bc9046c69faa879a678834e311cd140d8fe345 (patch)
tree056d250b73c19f5f9f8d7c61a636f0b44a90ab5a
parent944385a80c74f7e64cf6092dc563396cae0090fa (diff)
downloadpackages-72bc9046c69faa879a678834e311cd140d8fe345.tar.gz
packages-72bc9046c69faa879a678834e311cd140d8fe345.zip
Add Gatabase (#947)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e71744b..dd9862a 100644
--- a/packages.json
+++ b/packages.json
@@ -11693,5 +11693,19 @@
"description": "A command lined based text editor",
"license": "GPLv3",
"web": "https://github.com/fox0430/moe"
+ },
+ {
+ "name": "gatabase",
+ "url": "https://github.com/juancarlospaco/nim-gatabase",
+ "method": "git",
+ "tags": [
+ "database",
+ "orm",
+ "postgres",
+ "sql"
+ ],
+ "description": "Postgres Database ORM for Nim",
+ "license": "MIT",
+ "web": "https://github.com/juancarlospaco/nim-gatabase"
}
]