Closed clayellis closed 4 years ago
Adds a catchFlatMap to rollback transaction when the transaction closure throws an error (#90, fixes #89).
catchFlatMap
transaction
Done 👍
Sorry this one fell through the cracks x_x. It is now available in https://github.com/vapor/fluent-postgres-driver/releases/tag/1.0.1.
Adds a
catchFlatMap
to rollback transaction when thetransaction
closure throws an error (#90, fixes #89).