Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Polysemy.Hasql.Statement.Transaction
Documentation
data AccessMode Source #
Instances
data IsolationLevel Source #
Constructors
ReadCommitted | |
RepeatableRead | |
Serializable |
Instances
data TransactionConfig Source #
Constructors
TransactionConfig | |
Fields |
Instances
beginTransaction :: TransactionConfig -> Bool -> Statement () () Source #
commitTransaction :: Bool -> Statement () () Source #
rollbackTransaction :: Bool -> Statement () () Source #