aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Wernersbach <philip.wernersbach@gmail.com>2015-04-27 17:19:30 -0400
committerPhilip Wernersbach <philip.wernersbach@gmail.com>2015-04-27 17:19:30 -0400
commit189ea3b3f8d6f9808d9336f9620cbca111aafb02 (patch)
treebc244f3e62d88acb751c64fde5be1bb0c2f18eaa
parent377c79f6be53c5660ab148a8a3ca453834768428 (diff)
downloadpackages-189ea3b3f8d6f9808d9336f9620cbca111aafb02.tar.gz
packages-189ea3b3f8d6f9808d9336f9620cbca111aafb02.zip
Add qt5_qtsql.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]