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

Database.Sqlite.Easy.Migrant

Orphan instances

Driver Database Source # 
Instance details

Methods

withTransaction :: (Database -> IO a) -> Database -> IO a

initMigrations :: Database -> IO ()

markUp :: MigrationName -> Database -> IO ()

markDown :: MigrationName -> Database -> IO ()

getMigrations :: Database -> IO [MigrationName]