@hackage ixset1.0.0
Efficient relational queries on Haskell sets.
Categories
License
BSD-3-Clause
Maintainer
Happstack team <happs@googlegroups.com>
Links
Versions
Installation
Dependencies (6)
- base <4.9
- containers
- safecopy
- syb
- syb-with-class <0.6.1
- template-haskell Show all…
Dependents (19)
@hackage/hopenpgp-tools, @hackage/clckwrks, @hackage/Nomyx-Core, @hackage/clckwrks-plugin-redirect, @hackage/clckwrks-plugin-ircbot, @hackage/happstack-authenticate, Show all…
Package Flags
base4(on by default)
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.