Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/circuithub/rel8
Hey! Hey! Can u rel8?
https://github.com/circuithub/rel8
dsl haskell postgresql sql
Last synced: about 1 month ago
JSON representation
Hey! Hey! Can u rel8?
- Host: GitHub
- URL: https://github.com/circuithub/rel8
- Owner: circuithub
- License: other
- Created: 2017-02-13T09:53:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T11:13:08.000Z (2 months ago)
- Last Synced: 2024-10-28T14:19:26.010Z (about 2 months ago)
- Topics: dsl, haskell, postgresql, sql
- Language: Haskell
- Homepage: https://rel8.readthedocs.io
- Size: 2.44 MB
- Stars: 154
- Watchers: 16
- Forks: 39
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.youtube.com/vi/3uwrtjxiq6E/hqdefault.jpg)](http://www.youtube.com/watch?v=3uwrtjxiq6E)
For more details, check out the [official documentation](https://rel8.readthedocs.io/en/latest/).