atelier-db: Relational database effect for atelier (Hasql/Rel8)

[ database, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

Relational database access via Hasql and Rel8, exposed as an Effectful effect — part of the atelier toolkit.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.3), atelier-core (>=0.2 && <0.3), atelier-prelude (>=0.1 && <0.2), base (>=4.18 && <4.23), bytestring (>=0.11 && <0.13), containers (>=0.6 && <0.9), data-default (>=0.8 && <0.9), effectful (>=2.6 && <2.7), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.2), effectful-th (>=1.0 && <1.1), hasql (>=1.9 && <1.11), hasql-pool (>=1.3 && <1.4), hasql-transaction (>=1.2 && <1.3), rel8 (>=1.7 && <1.8), text (>=2.1 && <2.2), time (>=1.12 && <1.16) [details]
Tested with ghc ==9.10.3, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.12.4
License MIT
Author Christian Georgii
Maintainer christian.georgii@tweag.io
Uploaded by cgeorgii at 2026-06-29T13:11:02Z
Category Database
Home page https://github.com/atelier-hub/tricorder#readme
Bug tracker https://github.com/atelier-hub/tricorder/issues
Source repo head: git clone https://github.com/atelier-hub/tricorder
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 12 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for atelier-db-0.1.1.0

[back to package description]

atelier-db

Relational database access via Hasql and Rel8, exposed as an Effectful effect. Part of the atelier toolkit.

Overview

atelier-db exposes database access as a first-class effect so queries can be interpreted, mocked, and composed alongside the rest of your application's effects.

Module Purpose
Atelier.Effects.DB The DB effect and its interpreters
Atelier.Effects.DB.Config Connection configuration
Atelier.Effects.DB.Rel8 Rel8 query helpers over the DB effect

Part of atelier

License

MIT — see LICENSE.