Hey! Hey! Can u rel8?
Go to file
2023-07-11 11:49:53 +00:00
.github/workflows Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01:00
changelog.d Set up scriv and add pending changelog entries (#255) 2023-07-11 11:49:53 +00:00
docs Statements overhaul (support for statement-level WITH) (#250) 2023-07-07 11:29:15 +01:00
src Hide Rel8.materialise (#256) 2023-07-07 18:22:36 +00:00
tests Statements overhaul (support for statement-level WITH) (#250) 2023-07-07 11:29:15 +01:00
.gitignore The beginning of rel8 1.0 2021-03-23 13:34:02 +00:00
cabal.project Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01: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 Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01:00
flake.nix Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01: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 Switch to Opaleye 0.9.7.0 (#259) 2023-07-08 22:58:24 +01: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.