| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.PostgreSQL.Transact
Documentation
Constructors
| DBT | |
Fields
| |
getConnection :: Monad m => DBT m Connection Source #
runDBT :: MonadBaseControl IO m => DBT m a -> IsolationLevel -> Connection -> m a Source #
runDBTSerializable :: MonadBaseControl IO m => DBT m a -> Connection -> m a Source #