HXQ: A Compiler from XQuery to Haskell
HXQ is a fast and space-efficient compiler from XQuery (the standard query language for XML) to embedded Haskell code. The translation is based on Haskell templates. It also provides an interpreter for evaluating XQueries from input and an optional database connectivity using HDBC with MySQL/ODBC or sqlite3.
Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.7.2, 0.7.4, 0.8, 0.8.3, 0.8.4, 0.8.5, 0.8.5.1, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.17.2, 0.18.0, 0.18.1, 0.18.2, 0.19.0, 0.20.0, 0.20.1 |
---|---|
Dependencies | array, base (>=3 && <5), haskeline, haskell98, HDBC, HDBC-odbc, HDBC-sqlite3, mtl, regex-base, regex-compat, template-haskell [details] |
License | BSD-3-Clause |
Copyright | 2008, 2009 Leonidas Fegaras |
Author | Leonidas Fegaras |
Maintainer | fegaras@cse.uta.edu |
Category | XML |
Home page | http://lambda.uta.edu/HXQ/ |
Uploaded | by LeonidasFegaras at Sat Jul 18 19:25:31 UTC 2009 |
Distributions | NixOS:0.20.1 |
Executables | xquery |
Downloads | 11689 total (85 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Flags
Name | Description | Default | Type |
---|---|---|---|
mysql | provides database connectivity using HDBC and MySql through HDBC-odbc. | Disabled | Automatic |
sqlite | provides database connectivity using HDBC and HDBC-sqlite. | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- HXQ-0.17.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)