dbmigrations-0.1.1: An implementation of relational database "migrations"

Database.Schema.Migrations.Filesystem

Description

This module provides a type for interacting with a filesystem-backed MigrationStore.

Synopsis

Documentation

migrationFromFile :: FilesystemStore -> String -> IO (Either String Migration)Source

Given a file path, read and parse the migration at the specified path and, if successful, return the migration and its claimed dependencies. Otherwise return a parsing error message.