rel8: Hey! Hey! Can u rel8?

[ bsd3, library, unclassified ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

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
Change log Changelog.md
Dependencies aeson, base (>=4.14 && <4.17), bifunctors, bytestring, case-insensitive, comonad, contravariant, hasql (>=1.4.5.1 && <1.5 || >=1.5.0.0 && <1.6 || >=1.6.0.0 && <1.7), opaleye (>=0.9.3.3 && <0.9.7.0), pretty, product-profunctors, profunctors, scientific, semialign, semigroupoids, text, these, time, uuid [details]
License BSD-3-Clause
Author Oliver Charles
Maintainer ollie@ocharles.org.uk
Revised Revision 1 made by OliverCharles at 2023-07-26T13:47:16Z
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 OliverCharles at 2022-08-17T13:54:24Z
Distributions
Downloads 1746 total (57 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-08-17 [all 1 reports]

Readme for rel8-1.4.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.