@hackage rel81.0.0.1
Hey! Hey! Can u rel8?
Installation
Dependencies (16)
- aeson
- base ^>=4.14 || ^>=4.15
- bytestring
- case-insensitive
- contravariant
- hasql ^>=1.4.5.1 Show all…
Dependents (1)
@hackage/hasql-streams-example
Welcome!
Welcome to Rel8! Rel8 is a Haskell library for interacting with PostgreSQL databases, built on top of the fantastic Opaleye library.
The main objectives of Rel8 are:
-
Conciseness: Users using Rel8 should not need to write boiler-plate code. By using expressive types, we can provide sufficient information for the compiler to infer code whenever possible.
-
Inferrable: Despite using a lot of type level magic, Rel8 aims to have excellent and predictable type inference.
-
Familiar: writing Rel8 queries should feel like normal Haskell programming.
For more details, check out the official documentation.