@hackage hasql-dynamic-statements0.3.1.6

Toolkit for constructing Hasql statements dynamically

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.