Safe Haskell | None |
---|---|
Language | Haskell2010 |
- applyMigrations :: Connection -> [(UUID, ByteString)] -> IO ()
- uuid :: ByteString -> UUID
Documentation
applyMigrations :: Connection -> [(UUID, ByteString)] -> IO () Source
Apply all necessary migrations to event store database. We use a special table to track which migrations have been applied.
uuid :: ByteString -> UUID Source
Convert valid UUID string to a value.