polysemy-hasql-test-0.0.1.0: Test utilities for polysemy-hasql
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Hasql.Test.Migration

Documentation

testMigration' :: forall migs r. Members [Test, Hedgehog IO, Embed IO] r => Migrations (Sem r) migs -> Bool -> Sem r () Source #

testMigration :: forall migs r. Members [Test, Hedgehog IO, Embed IO] r => Migrations (Sem r) migs -> Bool -> Sem r () Source #