Polysemy.Hasql.Test.Migration
testMigration' :: Members [Test, Hedgehog IO, Embed IO] r => Migrations r' old cur -> Bool -> Sem r () Source #
testMigration :: Members [Test, Hedgehog IO, Embed IO] r => Migrations (Sem ((Database !! DbError) ': (Stop DbError ': r))) old cur -> Bool -> Sem r () Source #