Skip to content

Commit

Permalink
Extend the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Mar 23, 2024
1 parent 0353f6c commit d629498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Hasql/Statement.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
--
Expand Down

0 comments on commit d629498

Please sign in to comment.