hasql-transaction-io: Perform IO actions during transactions for Hasql

[ database, hasql, library, mit, postgresql ] [ Propose Tags ]

Perform IO actions during transactions for Hasql. If you need transactions in hasql but do not need to perform IO in the middle of the transaction, use haslq-transaction. This packages differs from hasql-transaction in that it sacrifices invisible retries for the ability to perform arbitrary IO in the middle of a transaction. This is beneficial when your transaction is long-lived (e.g. when using cursors) and you wish to perform IO with requested data. See hasql-streams-core for an example use case.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.2.7.0
Dependencies base (>=4.14 && <4.20), bytestring (>=0.10 && <0.12), bytestring-tree-builder (>=0.2 && <0.3), exceptions (>=0.10 && <0.11), hasql (>=1.6 && <1.7), mtl (>=2.3 && <2.4), resourcet (>=1.3 && <1.4), safe-exceptions (>=0.1 && <0.2), transformers (>=0.6 && <0.7), unliftio-core (>=0.2 && <0.3) [details]
License MIT
Copyright (c) 2022, 2024 Andre Marianiello
Author Andre Marianiello
Maintainer andremarianiello@users.noreply.github.com
Category Database, PostgreSQL, Hasql
Home page https://github.com/andremarianiello/hasql-transaction-io
Bug tracker https://github.com/andremarianiello/hasql-transaction-io/issues
Source repo head: git clone https://github.com/andremarianiello/hasql-transaction-io.git
Uploaded by amarianiello at 2024-03-27T21:29:18Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 405 total (83 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-27 [all 1 reports]