This commit is contained in:
Nikita Volkov 2015-11-21 16:51:38 +03:00
parent 5a2987f2fd
commit 940955f458

View File

@ -1,3 +1,7 @@
-- |
-- This module provides a low-level effectful API dealing with connections to the database.
--
-- The API is completely disinfected from exceptions. All error-reporting is explicit and is presented using the 'Either' type.
module Hasql
(
-- * Connection