postgresql-tx-monad-logger-0.3.0.0: postgresql-tx interfacing for use with monad-logger.
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Tx.MonadLogger.Unsafe

Synopsis

Documentation

unsafeRunLoggerIOInTxM :: TxEnv Logger r => LoggingT IO a -> TxM r a Source #

Promote a LoggingT over IO to TxM. Use this function with care - arbitrary IO should only be run within a transaction when truly necessary.

Since: 0.2.0.0