@hackage / sqlc-hs

Generate type-safe Haskell code from SQL via https://github.com/sqlc-dev/sqlc.

Latest0.2.0.1

Changelog

Revision history for sqlc-haskell

0.2.0.1 -- 2026-07-14

  • Mustache-style naming templates for generated declarations.
  • Per-column type overrides via the overrides option.
  • The plugin is now also published as a WASM module, so it can be used without installing the sqlc-hs executable locally.
  • Support for :copyfrom queries.
  • Binary type support for PostgreSQL (bytea).
  • Fix binding of positional ? parameters in generated toRow instances (SQLite).
  • Normalise column types to lowercase before builtin matching (SQLite).
  • PVP-compliant upper bounds on all library dependencies.

0.1.0.0 -- YYYY-mm-dd

  • First version. Released on an unsuspecting world.