luigy / beam

A type-safe, non-TH Haskell SQL library and ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beam: a type-safe, non-TH Haskell relational database library and ORM

Build status

Beam is a Haskell interface to relational databases. Its key strengths are its type-safety and intuitive syntax. Beam is written in a pure Haskell, and doesn't make use of Template Haskell or non-intuitive embedded domain specific languages. Instead it makes extensive use of Generics, Closed Type Families, and other elements of Haskell's strong type system. Unlike other popular Haskell database interfaces, Beam tries to work with the compiler rather than in spite of it.

For more information, see the user guide.

For questions, feel free to join our mailing list or head over to #haskell-beam on freenode.

About

A type-safe, non-TH Haskell SQL library and ORM


Languages

Language:PLpgSQL 75.4%Language:Haskell 24.6%Language:Shell 0.0%