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

Safe HaskellNone
LanguageHaskell2010

Data.CQRS.PostgreSQL.Internal.SnapshotStore

Synopsis

Documentation

newSnapshotStore :: Pool Connection -> IO (SnapshotStore ByteString) Source

Create an snapshot store backed by a PostgreSQL connection pool.