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

Safe HaskellNone
LanguageHaskell2010

Data.CQRS.PostgreSQL.Internal.ArchiveStore

Synopsis

Documentation

newArchiveStore :: IO UUID -> Pool Connection -> IO (ArchiveStore ByteString) Source

Create an archive store backed by a PostgreSQL connection pool.