diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-11-27 04:43:32 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-11-27 08:43:32 +0100 |
| commit | 72bc9046c69faa879a678834e311cd140d8fe345 (patch) | |
| tree | 056d250b73c19f5f9f8d7c61a636f0b44a90ab5a | |
| parent | 944385a80c74f7e64cf6092dc563396cae0090fa (diff) | |
| download | packages-72bc9046c69faa879a678834e311cd140d8fe345.tar.gz packages-72bc9046c69faa879a678834e311cd140d8fe345.zip | |
Add Gatabase (#947)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
