[Haskell-cafe] [ANN] relational-record - relational-algebraic query building DSL

Manuel Gómez targen at gmail.com
Sun Dec 14 16:52:25 UTC 2014


On Sun, Dec 14, 2014 at 12:04 PM, Kei Hibino <ex8k.hibino at gmail.com> wrote:
> I am happy to announce relational-record library and its project page.
>
> relational-record is domain specific language for type-safe SQL query building,
> and database access API with compile time schema generators.

Congratulations on the release!  It’s great to see more and more
interesting abstractions for relational databases in the Haskell
ecosystem.

It looks like this project shares many goals with Tom Ellis’ excellent
and recently released[1] Opaleye library.  How would you say your
approach compares with Opaleye’s?

[1]: <www.reddit.com/r/haskell/comments/2nxx7n/announcing_opaleye_sqlgenerating_embedded_domain/>


More information about the Haskell-Cafe mailing list