From 189ea3b3f8d6f9808d9336f9620cbca111aafb02 Mon Sep 17 00:00:00 2001 From: Philip Wernersbach Date: Mon, 27 Apr 2015 17:19:30 -0400 Subject: [PATCH 1/2] Add qt5_qtsql. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 32fbd62..4f5c294 100644 --- a/packages.json +++ b/packages.json @@ -1353,5 +1353,14 @@ "description": "Quickly extracts natural-language text from a MediaWiki XML file.", "license": "MIT", "web": "https://github.com/rspeer/wiki2text" + }, + { + "name": "qt5_qtsql", + "url": "https://github.com/philip-wernersbach/nim-qt5_qtsql.git", + "method": "git", + "tags": ["library", "wrapper", "database", "qt", "qt5", "qtsql", "sqlite", "postgres", "mysql"], + "description": "Binding for Qt 5's Qt SQL library that integrates with the features of the Nim language. Uses one API for multiple database engines.", + "license": "MIT", + "web": "https://github.com/philip-wernersbach/nim-qt5_qtsql" } ] From 53b84d9774abb9c5508821d639e2d475719fdeb7 Mon Sep 17 00:00:00 2001 From: Philip Wernersbach Date: Mon, 27 Apr 2015 17:22:12 -0400 Subject: [PATCH 2/2] Add orient. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 4f5c294..4b1cb33 100644 --- a/packages.json +++ b/packages.json @@ -1362,5 +1362,14 @@ "description": "Binding for Qt 5's Qt SQL library that integrates with the features of the Nim language. Uses one API for multiple database engines.", "license": "MIT", "web": "https://github.com/philip-wernersbach/nim-qt5_qtsql" + }, + { + "name": "orient", + "url": "https://github.com/philip-wernersbach/nim-orient", + "method": "git", + "tags": ["library", "wrapper", "database", "orientdb", "pure"], + "description": "OrientDB driver written in pure Nim, uses the OrientDB 2.0 Binary Protocol with Binary Serialization.", + "license": "MPL", + "web": "https://github.com/philip-wernersbach/nim-orient" } ]