About

Metadata

  • Last updated , by LeonidasFegaras
  • License BSD-3-Clause
  • Categories XML
  • Maintained by: Leonidas Fegaras <fegaras@cse.uta.edu>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    mysql (off by default)

    provides database connectivity using HDBC and MySql through HDBC-odbc.

    sqlite (off by default)

    provides database connectivity using HDBC and HDBC-sqlite.

    base3 (off by default)

    Use Version 3 of Base

Readme

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.