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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 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, 0.2.7.0
Change log None available
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:28:54Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees