@hackage / happstack-ixset

Efficient relational queries on Haskell sets.

Version Deprecated package6.0.1

About

Metadata

  • Last updated , by JeremyShaw
  • License BSD-3-Clause
  • Categories Web Development, Distributed Systems & Computation
  • Maintained by: Happstack team <happs@googlegroups.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    base4 (on by default)
    tests (off by default)

    Build the testsuite, and include the tests in the library

Readme

Just pick which parts of your data structures you want indexed using an easy to use template-haskell function. Spare yourself the need to write, run, and maintain code that marshalls your data to/from an external relational database just for efficient queries. happstack-ixset relies on generics and TH to spare you the boilerplate normally required for such tasks.