persistent-migration-0.1.0: Manual migrations for the persistent library

MaintainerBrandon Chinn <brandonchinn178@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Database.Persist.Migration.Backend

Description

Defines MigrateBackend, the data constructor that each SQL backend will need to implement.

Synopsis

Documentation

newtype MigrateBackend Source #

The backend to migrate with.