Skip to content
forked from haskell-beam/beam

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

Notifications You must be signed in to change notification settings

grafted-in/beam

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 74.8%
  • Haskell 25.2%