Hey! Hey! Can u rel8?
Go to file
2023-07-15 13:38:33 +01:00
.github/workflows Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01:00
changelog.d Expand use of QualifiedName to types, composites, enums 2023-07-15 13:38:33 +01:00
docs Statements overhaul (support for statement-level WITH) (#250) 2023-07-07 11:29:15 +01:00
src Expand use of QualifiedName to types, composites, enums 2023-07-15 13:38:33 +01:00
tests Introduce QualifiedName (fixes #228) (#257) 2023-07-11 12:06:36 +00: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 Support selecting from table-returning functions with queryFunction (#241) 2023-07-11 14:32:24 +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 Support selecting from table-returning functions with queryFunction (#241) 2023-07-11 14:32: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.