PackageTrack
Sign in Get early access

github.com/sqlc-dev/sqlc

v1.31.1 #155 most downloaded on Go modules sqlc-dev/sqlc

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Nearly every release is documented

notes for 13 of 13 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

308 releases · first in 2023

99 releases in the last 12 months

see the full history below

Release timeline

308 releases · Jul 2023 to Aug 2026
2024 2025 2026
Release Pre-release

Releases

latest 60 of 308
  1. v1.31.2-0.20260821184521-99a7d7d0c7b9 21 Aug 2026 pre-release

    Nothing published for this version

  2. v1.31.2-0.20260821173126-c391f1fb0b24 21 Aug 2026 pre-release

    Nothing published for this version

  3. v1.31.2-0.20260820204440-dfb6bda4389b 20 Aug 2026 pre-release

    Nothing published for this version

  4. v1.31.2-0.20260819053305-b4abef4d0226 19 Aug 2026 pre-release

    Nothing published for this version

  5. v1.31.2-0.20260818204016-d72f9162a71d 18 Aug 2026 pre-release

    Nothing published for this version

  6. v1.31.2-0.20260818190331-1fef124e4965 18 Aug 2026 pre-release

    Nothing published for this version

  7. v1.31.2-0.20260818052906-4e9fe78e19dc 18 Aug 2026 pre-release

    Nothing published for this version

  8. v1.31.2-0.20260814030716-8a7cddfbb908 14 Aug 2026 pre-release

    Nothing published for this version

  9. v1.31.2-0.20260811162553-47bcc0218813 11 Aug 2026 pre-release

    Nothing published for this version

  10. v1.31.2-0.20260810030652-8e577630574b 10 Aug 2026 pre-release

    Nothing published for this version

  11. v1.31.2-0.20260809014400-b0a3e4b2a8bc 09 Aug 2026 pre-release

    Nothing published for this version

  12. v1.31.2-0.20260807040716-50989da91305 07 Aug 2026 pre-release

    Nothing published for this version

  13. v1.31.2-0.20260805043846-692b62487faa 05 Aug 2026 pre-release

    Nothing published for this version

  14. v1.31.2-0.20260802023718-982c26b78c42 02 Aug 2026 pre-release

    Nothing published for this version

  15. v1.31.2-0.20260801030646-98ef75de2b8b 01 Aug 2026 pre-release

    Nothing published for this version

  16. v1.31.2-0.20260731173958-5ce31fc4b1ed 31 Jul 2026 pre-release

    Nothing published for this version

  17. v1.31.2-0.20260731033047-b82c64f0939a 31 Jul 2026 pre-release

    Nothing published for this version

  18. v1.31.2-0.20260730204647-673f56decccb 30 Jul 2026 pre-release

    Nothing published for this version

  19. v1.31.2-0.20260730182854-af1016f252dd 30 Jul 2026 pre-release

    Nothing published for this version

  20. v1.31.2-0.20260728193504-88ffdd561d93 28 Jul 2026 pre-release

    Nothing published for this version

  21. v1.31.2-0.20260715203604-e209d865845b 15 Jul 2026 pre-release

    Nothing published for this version

  22. v1.31.2-0.20260705150636-22d878abc860 05 Jul 2026 pre-release

    Nothing published for this version

  23. v1.31.2-0.20260609165605-ecec179f076f 09 Jun 2026 pre-release

    Nothing published for this version

  24. v1.31.2-0.20260608162525-4011ae52eb72 08 Jun 2026 pre-release

    Nothing published for this version

  25. v1.31.2-0.20260515055605-a3b0cfdbc1d8 15 May 2026 pre-release

    Nothing published for this version

  26. v1.31.2-0.20260505030251-b84b1d63a8cf 05 May 2026 pre-release

    Nothing published for this version

  27. v1.31.2-0.20260430002934-5dfc7132fa8b 30 Apr 2026 pre-release

    Nothing published for this version

  28. v1.31.2-0.20260428050918-977ac6d4c581 28 Apr 2026 pre-release

    Nothing published for this version

  29. v1.31.2-0.20260427033409-b2e05b50c709 27 Apr 2026 pre-release

    Nothing published for this version

  30. v1.31.2-0.20260423154010-fb98311c7df4 23 Apr 2026 pre-release

    Nothing published for this version

  31. v1.31.1 22 Apr 2026
    Release notes

    Bug Fixes

    • Remove go.mod replace directive that breaks go install ...@latest (#4401)
    • Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400)

    Build

    • (deps) Bump github.com/jackc/pgx/v5 (#4398)
    Open source →
    Release notes

    Released 2026-04-22

    Bug Fixes

    • Remove go.mod replace directive that breaks go install ...@latest (#4401)
    • Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#4400)

    Build

    • (deps) Bump github.com/jackc/pgx/v5 (#4398)

    (v1-31-0)=

    Open source →
  32. v1.31.1-0.20260421171449-428d4e617400 21 Apr 2026 pre-release

    Nothing published for this version

  33. v1.31.0 20 Apr 2026
    Release notes

    Bug Fixes

    • Strip psql meta-commands from schema files (#4390)
    • Emit pointers for nullable enum columns when emit_pointers_for_null_types is set (#4388)
    • Map xid8 to pgtype.Uint64 for pgx/v5 (#4387)
    • Rename :one return variable when it conflicts with a parameter (#4383)
    • Coerce SQLite JSONB output regardless of type casing (#4385)
    • Dedupe sqlc.arg parameters wrapped in a type cast for MySQL (#4384)
    • Preserve MySQL optimizer hints in generated query text (#4382)
    • Catch invalid ON CONFLICT DO UPDATE column references (#4366)
    • Replace manual loop with copy() builtin (#4166)
    • (native) Make MySQL connection check immediate on first attempt (#4254)

    Documentation

    • Add link to community python plugin (#4157)
    • Add Claude Code remote environment setup instructions (#4246)
    • Add sqlc-gen-sqlx to community language support (#4371)
    • Add GitHub Topic to the plugins page (#4258)

    Features

    • (sqlfile) Add sqlfile.Split (#4146)
    • (sqlite) Add database analyzer using ncruces/go-sqlite3 (#4199)
    • (ast) Implement comprehensive SQL AST formatting (#4205)
    • (mysql) Improve AST formatting and add DELETE JOIN support (#4206)
    • (sqlite) Add SQLite support to format tests (#4207)
    • (expander) Add star expander for SELECT * and RETURNING * (PostgreSQL, MySQL, SQLite) (#4203)
    • Add SQLCEXPERIMENT environment variable for experimental features (#4228)
    • Add native database support for e2e tests without Docker (#4236)
    • (postgresql) Add analyzerv2 experiment for database-only analysis (#4237)
    • Graduate parsecmd experiment (#4253)
    • Add parse subcommand with AST JSON output (#4240)
    • Add ClickHouse support to sqlc parse (#4267)
    • Add sqlc-test-setup command for database test environment setup (#4304)

    Refactor

    • (ast) Rename Formatter interface to Dialect (#4208)

    Build

    • Upgrade Go toolchain to 1.26.2 (#4378)
    • Upgrade Go version to 1.26.0 (#4312)
    • Remove github.com/jackc/pgx/v4 dependency (#4379)
    • Upgrade github.com/pingcap/tidb/pkg/parser (#4389)
    • Install PostgreSQL from theseus-rs/postgresql-binaries instead of apt (#4310)
    • Skip CI/RTD builds when the change is irrelevant (#4381)
    • (deps) 35 dependabot bumps
    Open source →
    Release notes

    Released 2026-04-19

    Bug Fixes

    • Strip psql meta-commands from schema files (#4390)
    • Emit pointers for nullable enum columns when emit_pointers_for_null_types is set (#4388)
    • Map xid8 to pgtype.Uint64 for pgx/v5 (#4387)
    • Rename :one return variable when it conflicts with a parameter (#4383)
    • Coerce SQLite JSONB output regardless of type casing (#4385)
    • Dedupe sqlc.arg parameters wrapped in a type cast for MySQL (#4384)
    • Preserve MySQL optimizer hints in generated query text (#4382)
    • Catch invalid ON CONFLICT DO UPDATE column references (#4366)
    • Replace manual loop with copy() builtin (#4166)
    • (native) Make MySQL connection check immediate on first attempt (#4254)

    Documentation

    • Add link to community python plugin (#4157)
    • Add Claude Code remote environment setup instructions (#4246)
    • Add sqlc-gen-sqlx to community language support (#4371)
    • Add GitHub Topic to the plugins page (#4258)

    Features

    • (sqlfile) Add sqlfile.Split (#4146)
    • (sqlite) Add database analyzer using ncruces/go-sqlite3 (#4199)
    • (ast) Implement comprehensive SQL AST formatting (#4205)
    • (mysql) Improve AST formatting and add DELETE JOIN support (#4206)
    • (sqlite) Add SQLite support to format tests (#4207)
    • (expander) Add star expander for SELECT * and RETURNING * (PostgreSQL, MySQL, SQLite) (#4203)
    • Add SQLCEXPERIMENT environment variable for experimental features (#4228)
    • Add native database support for e2e tests without Docker (#4236)
    • (postgresql) Add analyzerv2 experiment for database-only analysis (#4237)
    • Graduate parsecmd experiment (#4253)
    • Add parse subcommand with AST JSON output (#4240)
    • Add ClickHouse support to sqlc parse (#4267)
    • Add sqlc-test-setup command for database test environment setup (#4304)

    Refactor

    • (ast) Rename Formatter interface to Dialect (#4208)

    Build

    • Upgrade Go toolchain to 1.26.2 (#4378)
    • Upgrade Go version to 1.26.0 (#4312)
    • Remove github.com/jackc/pgx/v4 dependency (#4379)
    • Upgrade github.com/pingcap/tidb/pkg/parser (#4389)
    • Install PostgreSQL from theseus-rs/postgresql-binaries instead of apt (#4310)
    • Skip CI/RTD builds when the change is irrelevant (#4381)
    • (deps) 35 dependabot bumps (collapsed from individual entries)

    (v1-30-0)=

    Open source →
  34. v1.30.1-0.20260417135437-07c3808567bd 17 Apr 2026 pre-release

    Nothing published for this version

  35. v1.30.1-0.20260417045400-5757d94e28b0 17 Apr 2026 pre-release

    Nothing published for this version

  36. v1.30.1-0.20260320135808-4bf215923e05 20 Mar 2026 pre-release

    Nothing published for this version

  37. v1.30.1-0.20260224195553-ce83d3fe9f59 24 Feb 2026 pre-release

    Nothing published for this version

  38. v1.30.1-0.20260222180519-0a3d50eea7d2 22 Feb 2026 pre-release

    Nothing published for this version

  39. v1.30.1-0.20260222143505-c998d72a7972 22 Feb 2026 pre-release

    Nothing published for this version

  40. v1.30.1-0.20260219200304-744558dfd971 19 Feb 2026 pre-release

    Nothing published for this version

  41. v1.30.1-0.20260201170605-c04833458e6f 01 Feb 2026 pre-release

    Nothing published for this version

  42. v1.30.1-0.20260130053949-16c9afda9f4e 30 Jan 2026 pre-release

    Nothing published for this version

  43. v1.30.1-0.20260107174236-2e0435c856c7 07 Jan 2026 pre-release

    Nothing published for this version

  44. v1.30.1-0.20260106011407-e476db958acd 06 Jan 2026 pre-release

    Nothing published for this version

  45. v1.30.1-0.20260105155300-4382f5c5cb5b 05 Jan 2026 pre-release

    Nothing published for this version

  46. v1.30.1-0.20260105064155-d21b4cc7dac7 05 Jan 2026 pre-release

    Nothing published for this version

  47. v1.30.1-0.20251224161352-67e865b703c6 24 Dec 2025 pre-release

    Nothing published for this version

  48. v1.30.1-0.20251224035056-a35d9c648125 24 Dec 2025 pre-release

    Nothing published for this version

  49. v1.30.1-0.20251222233821-ba513e72e0a5 22 Dec 2025 pre-release

    Nothing published for this version

  50. v1.30.1-0.20251222231147-68b20894b458 22 Dec 2025 pre-release

    Nothing published for this version

  51. v1.30.1-0.20251218191046-53b12f96587f 18 Dec 2025 pre-release

    Nothing published for this version

  52. v1.30.1-0.20251210215737-74ecda5fa1cc 10 Dec 2025 pre-release

    Nothing published for this version

  53. v1.30.1-0.20251201033731-21e65573450d 01 Dec 2025 pre-release

    Nothing published for this version

  54. v1.30.1-0.20251201001506-166398d8075e 01 Dec 2025 pre-release

    Nothing published for this version

  55. v1.30.1-0.20251021162310-b807fe9ef2de 21 Oct 2025 pre-release

    Nothing published for this version

  56. v1.30.1-0.20251019070545-5cca6f1923fa 19 Oct 2025 pre-release

    Nothing published for this version

  57. v1.30.1-0.20251008043125-a18363bf94cb 08 Oct 2025 pre-release

    Nothing published for this version

  58. v1.30.1-0.20250913171853-6389cdc3cf40 13 Sep 2025 pre-release

    Nothing published for this version

  59. v1.30.1-0.20250906001205-88b3cb38bb55 06 Sep 2025 pre-release

    Nothing published for this version

  60. v1.30.1-0.20250903141229-1924373af06b 03 Sep 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive