@hackage HXQ0.20.1

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.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package 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