cqrs-postgresql-0.10.0: PostgreSQL backend for the cqrs package.

Safe HaskellNone
LanguageHaskell2010

Data.CQRS.PostgreSQL.Internal.Migration

Synopsis

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.