sqlite-easy-1.0.0.0: A primitive yet easy to use sqlite library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Sqlite.Easy.Migrant

Description

Migrations support based on migrant-core.

Synopsis

Documentation

migrate :: [MigrationName] -> (MigrationName -> SQLite ()) -> (MigrationName -> SQLite ()) -> SQLite () Source #

Execute a migration against the database. A wrapper around migrant's migrate for SQLite.

Orphan instances