-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Clean database tables automatically around hspec tests -- @package dbcleaner @version 0.1.0 module Database.DBCleaner.Types data Strategy Transaction :: Strategy Truncation :: Strategy module Database.DBCleaner.PostgreSQLSimple withConnection :: Strategy -> (Connection -> IO a) -> Connection -> IO a