BSD-3-Clause licensed and maintained by Boris Lykah
This version can be pinned in stack with:groundhog-0.12.0@sha256:fa576070234cb5652fee9a3f8f5eca44e044da7db557293cb5332615bedd10c4,2377

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.schoolofhaskell.com/user/lykahb/groundhog and examples https://github.com/lykahb/groundhog/tree/master/examples on GitHub.