The latest version of hasql-transaction-io is 0.2.8.0-0.
hasql-transaction-io
Version 0.2.3.0 revision 0 uploaded by amarianiello.
Package meta
- Synopsis
- Perform IO actions during transactions for Hasql
- Description
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.
- Author
- Andre Marianiello
- Bug reports
- https://github.com/andremarianiello/hasql-transaction-io/issues
- Category
- Database, PostgreSQL, Hasql
- Copyright
- (c) 2022, 2023 Andre Marianiello
- Homepage
- https://github.com/andremarianiello/hasql-transaction-io
- Maintainer
- andremarianiello@users.noreply.github.com
- Package URL
- n/a
- Stability
- n/a