Simplex.Messaging.Agent.Store.SQLite.Migrations
data Migration Source #
Constructors
Fields
Defined in Simplex.Messaging.Agent.Store.SQLite.Migrations
Methods
showsPrec :: Int -> Migration -> ShowS #
show :: Migration -> String #
showList :: [Migration] -> ShowS #
app :: [Migration] Source #
The list of migrations in ascending order by date
initialize :: Connection -> IO () Source #
get :: Connection -> [Migration] -> IO (Either String [Migration]) Source #
run :: Connection -> [Migration] -> IO () Source #