@hackage happstack-ixset6.0.1
Efficient relational queries on Haskell sets.
Categories
License
BSD-3-Clause
Maintainer
Happstack team <happs@googlegroups.com>
Links
Versions
Deprecated
Dependencies (10)
- HUnit
- QuickCheck >=2 && <3
- base >=4 && <5
- containers
- happstack-data >=6.0 && <6.1
- happstack-util >=6.0 && <6.1 Show all…
Dependents (8)
@hackage/happstack-helpers, @hackage/happstack-server, @hackage/acme-everything, @hackage/happs-tutorial, @hackage/happstack-auth, @hackage/happstack-contrib, Show all…
Package Flags
base4(on by default)
tests
(off by default)
Build the testsuite, and include the tests in the library
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.