doobie
Collection of modules that add syntax to existing types.
String interpolator for SQL literals.
String interpolator for SQL literals. An expression of the form sql".. $a ... $b ..." with interpolated values of type A and B (which must have Param instances, derived automatically from Meta via Atom) yields a value of type Fragment.
sql".. $a ... $b ..."
A
B
Param
Meta
Atom
Fragment
Collection of modules that add syntax to existing types.