consumers-2.1.0.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