hpgsql-0.1.0.0: src/Hpgsql/Notification.hs
module Hpgsql.Notification
( getNotification,
getNotificationNonBlocking,
NotificationResponse (..),
)
where
import Hpgsql.Internal (getNotification, getNotificationNonBlocking)
import Hpgsql.InternalTypes (NotificationResponse (..))