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.
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.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.8.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.14 && <4.17), bytestring (>=0.10 && <0.12), bytestring-tree-builder (>=0.2 && <0.3), exceptions (>=0.10 && <0.11), hasql (>=1.6 && <1.7), mtl (>=2.2 && <2.3), resourcet (>=1.2 && <1.3), safe-exceptions (>=0.1 && <0.2), transformers (>=0.5 && <0.6), unliftio-core (>=0.2 && <0.3) [details] |
License | MIT |
Copyright | (c) 2022, 2023 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 2023-05-16T19:37:49Z |
Modules
[Index] [Quick Jump]
Downloads
- hasql-transaction-io-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees