hasql-1.9: library/Hasql/Connection.hs
-- |
-- This module provides a low-level effectful API dealing with the connections to the database.
module Hasql.Connection
( Connection,
ConnectionError,
acquire,
release,
withLibPQConnection,
)
where
import Hasql.Connection.Core