mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Extend the docs
This commit is contained in:
parent
0353f6c307
commit
d62949876f
@ -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.
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user