groundhog

Type-safe datatype-database mapping library.

http://github.com/lykahb/groundhog

Version on this page:0.7.0.3@rev:2
LTS Haskell 19.33:0.12.0
Stackage Nightly 2022-03-17:0.12.0
Latest on Hackage:0.12.0

See all snapshots groundhog appears in

BSD-3-Clause licensed and maintained by Boris Lykah
This version can be pinned in stack with:groundhog-0.7.0.3@sha256:b4a2f7876feaaf6ad8d4589989902d4452468910c0f3f01a04827a001036f3ff,2398

This library maps your datatypes to a relational model, in a way similar to what ORM libraries do in object-oriented programming. The mapping can be configured to work with almost any schema. Groundhog supports schema migrations, composite keys, advanced expressions in queries, and much more. See tutorial https://www.fpcomplete.com/user/lykahb/groundhog and examples https://github.com/lykahb/groundhog/tree/master/examples on GitHub.