hasql-dynamic-statements

Toolkit for constructing Hasql statements dynamically

https://github.com/nikita-volkov/hasql-dynamic-statements

Version on this page:0.3.1.2
LTS Haskell 22.14:0.3.1.5
Stackage Nightly 2024-03-28:0.3.1.5
Latest on Hackage:0.3.1.5

See all snapshots hasql-dynamic-statements appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:hasql-dynamic-statements-0.3.1.2@sha256:417aa533c84f074e2fa16bb2c4d4231326aa512097dd1025d915388e56acd1eb,2675

Module documentation for 0.3.1.2

This library introduces into the Hasql ecosystem a new abstraction named Snippet, which makes it trivial to construct SQL, while injecting values. It is intended to be used when the SQL of your statement depends on the parameters, that you want to pass in.