Simple support for migrating database schemas, which allows
haskell functions to be run as a part of the migration. Note
that this library isn't meant to be used directly, but rather
as a base library for a specific driver. For an example of a
functioning driver, you should check out drifter-postgresql.