com.twitter.finagle.postgres.generic
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")})
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")})