Extend the docs

This commit is contained in:
Nikita Volkov 2024-03-23 13:50:39 +03:00
parent 0353f6c307
commit d62949876f

View File

@ -18,7 +18,8 @@ import qualified Hasql.Encoders as Encoders
import Hasql.Prelude
-- |
-- Specification of a strictly single-statement query, which can be parameterized and prepared, encapsulating the mapping of parameters and results.
-- Specification of a strictly single-statement query, which can be parameterized and prepared.
-- It encapsulates the mapping of parameters and results in association with an SQL template.
--
-- Following is an example of a declaration of a prepared statement with its associated codecs.
--