Hey! Hey! Can u rel8?
Go to file
2021-04-13 21:35:37 +01:00
.github/workflows Update build.yaml 2021-04-08 13:01:16 +01:00
docs Document LEFT JOINs 2021-04-11 12:48:46 +01:00
nix Upgrade Haskell.nix and remove data-serializer workaround 2021-04-10 13:46:32 +01:00
src Complete overhaul of Rel8.Schema.Generic 2021-04-13 21:35:37 +01:00
tests Rename all the null things 2021-04-07 22:35:40 +01:00
.gitignore The beginning of rel8 1.0 2021-03-23 13:34:02 +00:00
cabal.project Add allow-newer: Cabal for entropy 2021-04-02 18:03:18 +01:00
cabal.project.haskell-nix Upgrade Haskell.nix and remove data-serializer workaround 2021-04-10 13:46:32 +01:00
default.nix GHC 9 support 2021-04-07 14:58:33 +01:00
LICENSE The beginning of rel8 1.0 2021-03-23 13:34:02 +00:00
README.md Create README.md 2021-04-02 17:43:15 +01:00
rel8.cabal Complete overhaul of Rel8.Schema.Generic 2021-04-13 21:35:37 +01:00
shell.nix GHC 9 support 2021-04-07 14:58:33 +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.

For more details, check out the official documentation.