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]

Modules

  • Atelier
    • Effects
      • Atelier.Effects.DB
        • Atelier.Effects.DB.Config
        • Atelier.Effects.DB.Rel8

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.3), atelier-core (>=0.1 && <0.2), atelier-prelude (>=0.1 && <0.2), base (>=4.20 && <4.21), bytestring (>=0.12 && <0.13), containers (>=0.7 && <0.8), data-default (>=0.8 && <0.9), effectful (>=2.6 && <2.7), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.1), effectful-th (>=1.0 && <1.1), hasql (>=1.9 && <1.10), 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.13) [details]
License MIT
Author Christian Georgii
Maintainer christian.georgii@tweag.io
Uploaded by cgeorgii at 2026-06-04T22:22:41Z
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 1 total (1 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2026-06-04 [all 2 reports]

Readme for atelier-db-0.1.0.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.