@hackage groundhog0.10.0
Type-safe datatype-database mapping library.
Installation
Dependencies (18)
- aeson >=0.5
- attoparsec >=0.11
- base >=4.5 && <5
- base64-bytestring
- blaze-builder >=0.3 && <0.5
- bytestring >=0.10 Show all…
Dependents (10)
@hackage/groundhog-mysql, @hackage/groundhog-th, @hackage/htsn-import, @hackage/groundhog-converters, @hackage/acme-everything, @hackage/groundhog-postgresql, Show all…
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.