- With postgresql-simple, I would wrap the IO in withTransaction or one of its related functions.
- If I were writing hasql
Statements, I would use hasql-transaction.
Is there likewise an answer for this with rel8? Do I need to drop down to the level of the hasql package and write Statements for "begin transaction", "commit", etc?
Statements, I would use hasql-transaction.Is there likewise an answer for this with rel8? Do I need to drop down to the level of the
hasqlpackage and write Statements for "begin transaction", "commit", etc?