rel8: Hey! Hey! Can u rel8?

[ bsd3, library, unclassified ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.2.0.0, 1.2.1.0, 1.2.2.0, 1.3.0.0, 1.3.1.0, 1.4.0.0, 1.4.1.0, 1.5.0.0, 1.6.0.0, 1.7.0.0
Change log Changelog.md
Dependencies aeson, attoparsec, base (>=4.16 && <4.22), base-compat (>=0.11 && <0.15), base16 (>=1.0), bifunctors, bytestring, case-insensitive, comonad, containers, contravariant, hasql (>=1.8 && <1.10), iproute (>=1.7 && <1.8), opaleye (>=0.10.2.1 && <0.11), pretty, product-profunctors, profunctors, scientific, semialign, semigroupoids, text, these, time, transformers, utf8-string, uuid, vector [details]
License BSD-3-Clause
Author Oliver Charles
Maintainer ollie@ocharles.org.uk
Home page https://github.com/circuithub/rel8
Bug tracker https://github.com/circuithub/rel8/issues
Source repo head: git clone https://github.com/circuithub/rel8
Uploaded by teo at 2025-08-27T08:15:50Z
Distributions
Downloads 2284 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2025-08-27 [all 2 reports]

Readme for rel8-1.7.0.0

[back to package description]

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.