Typeclass allowing conversion of a type T into a sequence of postgres parameters Used for quoting lists, tuples, etc in a query (i.e.
Typeclass allowing conversion of a type T into a sequence of postgres parameters Used for quoting lists, tuples, etc in a query (i.e. "WHERE foo IN ${("A", "B")})