hasql-transaction-0.5.2: A composable abstraction over the retryable transactions for Hasql

Safe HaskellNone
LanguageHaskell2010

Hasql.Transaction.Sessions

Synopsis

Documentation

transaction :: IsolationLevel -> Mode -> Transaction a -> Session a Source #

Execute the transaction using the provided isolation level and mode.