sqel-0.0.1.0: Guided derivation for Hasql statements
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sqel.Migration.Run

Documentation

runAction :: MigrationEffect m => PgTypeName table -> TypeAction table -> m () Source #

typeKeys :: forall mig m. Applicative m => CustomMigration m mig => MigrationActions (MigExt mig) -> m (Set (PgCompName, Bool)) Source #

runMigrations :: forall m migs a. Monad m => MigrationEffect m => All (CustomMigration m) migs => PgTable a -> Migrations m migs -> m () Source #