dbmigrations-2.0.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.

data Configuration Source #

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

type Args = [String] Source #