Hey! Hey! Can u rel8?
Go to file
2024-03-05 13:00:12 +00:00
.github/workflows Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01:00
changelog.d Switch to WITH _ AS MATERIALIZED (_) for materialize (#284) 2024-01-09 01:31:36 +00:00
docs Fix typo in dbtype.rst (#273) 2023-10-07 07:49:43 +00:00
src Fix typos in the documentation of Rel8.Expr.Eq.(/=.) (#312) 2024-03-05 13:00:12 +00:00
tests Make sure fromRational can handle repeating fractions (#309) 2024-02-20 18:21:28 +00:00
.gitignore The beginning of rel8 1.0 2021-03-23 13:34:02 +00:00
cabal.project Build with GHC 9.8.1 (#299) 2024-02-21 12:40:30 +00:00
cabal.project.haskell-nix Switch to Opaleye 0.9.7.0 (#259) 2023-07-08 22:58:24 +01:00
Changelog.md Release 1.4.1.0 (#226) 2023-01-20 11:05:37 +00:00
flake.lock Build with GHC 9.8.1 (#299) 2024-02-21 12:40:30 +00:00
flake.nix Build with GHC 9.8.1 (#299) 2024-02-21 12:40:30 +00:00
LICENSE Bump copyright year 2021-06-18 18:24:31 +01:00
README.md Add the ZuriHac talk to the README (#96) 2021-07-05 13:02:11 +00:00
rel8.cabal Build with GHC 9.8.1 (#299) 2024-02-21 12:40:30 +00:00

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.

Rel8 was presented at ZuriHac 2021. If you want to have a brief overview of what Rel8 is, and a tour of the API - check out the video below:

Rel8 presentation at ZuriHac 2021

For more details, check out the official documentation.