packages feed

cqrs-postgresql-0.10.0: src/Data/CQRS/PostgreSQL.hs

module Data.CQRS.PostgreSQL
    ( newArchiveStore
    , newEventStore
    , newSnapshotStore
    ) where

import Data.CQRS.PostgreSQL.Internal.ArchiveStore (newArchiveStore)
import Data.CQRS.PostgreSQL.Internal.EventStore (newEventStore)
import Data.CQRS.PostgreSQL.Internal.SnapshotStore (newSnapshotStore)