mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 10:42:19 +03:00
Docs
This commit is contained in:
parent
5a2987f2fd
commit
940955f458
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user