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

Safe HaskellNone
LanguageHaskell2010

Data.CQRS.PostgreSQL.Internal.EventStore

Synopsis

Documentation

newEventStore :: Pool Connection -> IO (EventStore ByteString) Source

Create an event store backed by a PostgreSQL connection pool. The database which the connections go to must have an appropriate schema as defined by applyMigrations.