aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-04-28 23:06:49 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-04-28 23:06:49 -0500
commit048ebec625b776d5dce36c66decab5423cc036f5 (patch)
tree1fc78aaac73077c9c54993bff718c4a5012146c0
parent377c79f6be53c5660ab148a8a3ca453834768428 (diff)
parent53b84d9774abb9c5508821d639e2d475719fdeb7 (diff)
downloadpackages-048ebec625b776d5dce36c66decab5423cc036f5.tar.gz
packages-048ebec625b776d5dce36c66decab5423cc036f5.zip
Merge pull request #147 from philip-wernersbach/master
Add packages I've created recently.
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 32fbd62..4b1cb33 100644
--- a/packages.json
+++ b/packages.json
@@ -1353,5 +1353,23 @@
"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"
+ },
+ {
+ "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"
}
]