Module

Droplet.Driver.Internal.Migration

Package
purescript-droplet
Repository
easafe/purescript-droplet

#markAsRun Source

markAsRun :: forall r. Connection -> { identifier :: String | r } -> Aff Unit

#createMigrationTable Source

#execute Source

execute :: forall parameters list. RowToList parameters list => ToParameters parameters list => Connection -> String -> Record parameters -> Aff Unit

#throw Source

throw :: forall (t10 :: Type -> Type) (t11 :: Type) (a12 :: Type). MonadThrow Error t10 => Show a12 => a12 -> t10 t11