Description
A Haskell toolkit for constructing Hasql statements dynamically. It helps applications build SQL statements when parts of the query depend on runtime choices.
Developers use it in search, filtering, reporting, and admin tools. Dynamic SQL should still use parameters and controlled query fragments so user input cannot become unsafe SQL.