packages feed

consumers-2.3.2.0: src/Database/PostgreSQL/Consumers.hs

module Database.PostgreSQL.Consumers
  ( runConsumer
  , runConsumerWithIdleSignal
  , module Database.PostgreSQL.Consumers.Config
  , module Database.PostgreSQL.Consumers.Utils
  ) where

import Database.PostgreSQL.Consumers.Components
import Database.PostgreSQL.Consumers.Config
import Database.PostgreSQL.Consumers.Utils