-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simple database migrator for PostgreSQL -- -- Morph is a tool to migrate your PostgreSQL databases safely which -- supports rollbacks. @package morph @version 0.1.1.3 module Morph.Migrator migrate :: Bool -> Connection -> FilePath -> IO () module Morph.Options data Options Options :: Maybe FilePath -> [Text] -> FilePath -> Bool -> Bool -> Options [optsConfigFile] :: Options -> Maybe FilePath [optsKeysPath] :: Options -> [Text] [optsMigrationsDirectory] :: Options -> FilePath [optsJSONConfig] :: Options -> Bool [optsTransaction] :: Options -> Bool getOptions :: IO Options module Morph.Config readConfigOrDie :: Options -> IO Config withConnection :: Config -> (Connection -> IO a) -> IO a instance Data.Aeson.Types.FromJSON.FromJSON Morph.Config.Config