ixmatus / rel8

Hey! Hey! Can u rel8?

Home Page:https://rel8.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hey! Hey! Can u rel8?

https://rel8.readthedocs.io

License:Other


Languages

Language:Haskell 98.1%Language:Nix 1.9%