[ANN] squeal-postgresql-qq-0.1.3.0 released

I would like to announce a new release of squeal-postgresql-qq-0.1.3.0.

Recent changes include:

  • Support ON CONFLICT ON CONSTRAINT in INSERT statements.
  • Support prepared statement parameters.
  • Support common table expressions (CTEs).
  • Support IN subqueries.

See the changelog for more information.

squeal-postgresql-qq is a Template Haskell quasiquoter that parses PostgreSQL-flavored SQL (via postgresql-syntax) and produces the equivalent type-safe squeal-postgresql expression.

5 Likes