hasql-mapping: SDK for defining modular mappings to databases on top of Hasql

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

SDK for defining mappings to databases using Hasql that promotes modular design.

It avoids exporting abstractions unrelated to mapping, ensuring more stable versioning.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies aeson (>=2.0 && <3), base (>=4.12 && <5), bytestring (>=0.10 && <0.13), hasql (>=1.10.1 && <1.11), iproute (>=1.7 && <2), scientific (>=0.3 && <0.4), text (>=1.2 && <3), time (>=1.9 && <2), uuid (>=1.3 && <2) [details]
License MIT
Copyright (c) 2026, Nikita Volkov
Author Nikita Volkov <nikita.y.volkov@mail.ru>
Maintainer Nikita Volkov <nikita.y.volkov@mail.ru>
Uploaded by NikitaVolkov at 2026-03-02T17:30:39Z
Home page https://github.com/nikita-volkov/hasql-mapping
Bug tracker https://github.com/nikita-volkov/hasql-mapping/issues
Source repo head: git clone https://github.com/nikita-volkov/hasql-mapping
Distributions
Downloads 1 total (1 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 hasql-mapping-0.1

[back to package description]

hasql-mapping

Hackage Continuous Haddock

SDK for defining mappings between Haskell and PostgreSQL.

The central piece of this library is the IsStatement typeclass, which is used for declaring type-safe mappings to particular SQL statements.