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

Safe HaskellNone

Data.CQRS.EventStore.Backend.PostgreSQL

Description

Implementation of a PostgreSQL-based backend pool.

Synopsis

Documentation

createBackendPool :: Int -> ByteString -> IO (Pool PostgreSQLEventStoreBackend)Source

Create a pool of PostgreSQL-based event store backends.