haskelldb

A library of combinators for generating and executing SQL statements.

https://github.com/m4dc4p/haskelldb

Latest on Hackage:2.2.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw, Justin Bailey
Maintained by "Justin Bailey"

This library allows you to build SQL SELECT, INSERT, UPDATE, and DELETE statements using operations based on the relational algebra.