hipsql-tx-simple-0.0.0.0
Safe HaskellNone
LanguageHaskell2010

Hipsql.Tx.Simple

Description

Hipsql interop for postgresql-tx-simple.

N.B. The MonadHipsql instance for TxM is derived by defining a MonadHipsqlAdapter instance and importing the orphan from Hipsql.Server.Adapter.

Documentation

hipsql :: MonadHipsql m => m () #

Orphan instances

TxEnv Connection r => MonadHipsqlAdapter (TxM r) Source # 
Instance details

Methods

hipsqlAcquireLibPQ :: (Connection -> IO a) -> TxM r a