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

[Last Documentation]

  • 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, 0.1.1.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.4), atelier-core (>=0.3 && <0.5), atelier-monitoring (>=0.1 && <0.2), atelier-prelude (>=0.1 && <0.3), 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.5), hasql-transaction (>=1.2 && <1.3), rel8 (>=1.7 && <1.8), text (>=2.1 && <2.2), time (>=1.12 && <1.17) [details]
Tested with ghc ==9.10.3, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.12.4
License MIT
Author Victor Nascimento Bakke
Maintainer victor.bakke@tweag.io
Uploaded by Gipphe at 2026-08-24T13:47:44Z
Category Database
Home page https://github.com/tweag/tricorder#readme
Bug tracker https://github.com/tweag/tricorder/issues
Source repo head: git clone https://github.com/tweag/tricorder
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 29 total (15 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-08-24 [all 2 reports]

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

Part of atelier

License

MIT — see LICENSE.