a program to prepare the connection for use
a program to run on success
a program to run on failure (catch)
a programe to run in all cases (finally)
a program to run on success
a programe to run in all cases (finally)
a program to prepare the connection for use
a program to run on failure (catch)
Natural transformation that wraps a ConnectionIO
program.
Natural transformation that wraps a Kleisli
program, using the provided interpreter to
interpret the before
/after
/oops
/always
strategy.
Natural transformation that wraps a ConnectionIO
stream.
Data type representing the common setup, error-handling, and cleanup strategy associated with an SQL transaction. A
Transactor
uses aStrategy
to wrap programs prior to execution.a program to prepare the connection for use
a program to run on success
a program to run on failure (catch)
a programe to run in all cases (finally)