Hey! Hey! Can u rel8?
Go to file
2024-01-09 01:28:04 +00:00
.github/workflows Switch to Nix flakes (#253) 2023-07-07 18:25:55 +01:00
changelog.d Add ability to use custom aggregation functions with aggregateFunction (#283) 2024-01-09 01:28:04 +00:00
docs Fix typo in dbtype.rst (#273) 2023-10-07 07:49:43 +00:00
src Add ability to use custom aggregation functions with aggregateFunction (#283) 2024-01-09 01:28:04 +00:00
tests Add DBType instance for Fixed (#280) 2023-10-06 16:15:35 +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 Upgrade flake (#303) 2024-01-08 17:50:35 +00:00
flake.nix Upgrade flake (#303) 2024-01-08 17:50:35 +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 Add ability to use custom aggregation functions with aggregateFunction (#283) 2024-01-09 01:28:04 +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.