dbmigrations-2.1.0: An implementation of relational database "migrations"
Safe HaskellNone
LanguageHaskell2010

Moo.Main

Synopsis

Documentation

data ExecutableParameters Source #

A value of type ExecutableParameters is what a moo executable (moo-postgresql, |moo-mysql, etc.) pass to the core package when they want to execute a |command.

Instances

Instances details
Show ExecutableParameters Source # 
Instance details

Defined in Moo.Core

data Configuration Source #

Loading the configuration from a file or having it specified via environment |variables results in a value of type Configuration.

Instances

Instances details
Show Configuration Source # 
Instance details

Defined in Moo.Core

type Args = [String] Source #