diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-29 21:27:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 21:27:16 +0100 |
| commit | 5224cb384c50188c098d348b42f66bd82f1878f5 (patch) | |
| tree | 537f2390f6f12b1d1ebc8218c40a951d8dd41b68 | |
| parent | 8e3695a8f7f33ea4208e85dd675e58ab7da96162 (diff) | |
| parent | 5e6948e44558cc027719b695c78119a2ae25e34f (diff) | |
| download | packages-5224cb384c50188c098d348b42f66bd82f1878f5.tar.gz packages-5224cb384c50188c098d348b42f66bd82f1878f5.zip | |
Merge pull request #753 from leonardoce/add-db_clickhouse0527
Added package db_clickhouse
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4092af1..3aca88e 100644 --- a/packages.json +++ b/packages.json @@ -9482,5 +9482,18 @@ "description": "Integrator framework for Molecular Dynamic evolutions", "license": "MIT", "web": "https://github.com/jxy/MDevolve" + }, + { + "name": "db_clickhouse", + "url": "https://github.com/leonardoce/nim-clickhouse", + "method": "git", + "tags": [ + "wrapper", + "database", + "clickhouse" + ], + "description": "ClickHouse Nim interface", + "license": "MIT", + "web": "https://github.com/leonardoce/nim-clickhouse" } ] |
