Skip to content
/ beam Public
forked from haskell-beam/beam

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

License

Notifications You must be signed in to change notification settings

cepete/beam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 http://travis.athougies.net/projects/beam.html

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%