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 2026Releases
latest 60 of 308-
v1.31.2-0.20260821184521-99a7d7d0c7b921 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260821173126-c391f1fb0b2421 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260820204440-dfb6bda4389b20 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260819053305-b4abef4d022619 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260818204016-d72f9162a71d18 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260818190331-1fef124e496518 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260818052906-4e9fe78e19dc18 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260814030716-8a7cddfbb90814 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260811162553-47bcc021881311 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260810030652-8e577630574b10 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260809014400-b0a3e4b2a8bc09 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260807040716-50989da9130507 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260805043846-692b62487faa05 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260802023718-982c26b78c4202 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260801030646-98ef75de2b8b01 Aug 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260731173958-5ce31fc4b1ed31 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260731033047-b82c64f0939a31 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260730204647-673f56decccb30 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260730182854-af1016f252dd30 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260728193504-88ffdd561d9328 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260715203604-e209d865845b15 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260705150636-22d878abc86005 Jul 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260609165605-ecec179f076f09 Jun 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260608162525-4011ae52eb7208 Jun 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260515055605-a3b0cfdbc1d815 May 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260505030251-b84b1d63a8cf05 May 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260430002934-5dfc7132fa8b30 Apr 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260428050918-977ac6d4c58128 Apr 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260427033409-b2e05b50c70927 Apr 2026 pre-releaseNothing published for this version
-
v1.31.2-0.20260423154010-fb98311c7df423 Apr 2026 pre-releaseNothing published for this version
-
v1.31.122 Apr 2026Release notes
Open source →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)
Release notes
Open source →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)=
- Remove go.mod replace directive that breaks
-
v1.31.1-0.20260421171449-428d4e61740021 Apr 2026 pre-releaseNothing published for this version
-
v1.31.020 Apr 2026Release notes
Open source →Bug Fixes
- Strip psql meta-commands from schema files (#4390)
- Emit pointers for nullable enum columns when
emit_pointers_for_null_typesis set (#4388) - Map xid8 to pgtype.Uint64 for pgx/v5 (#4387)
- Rename
:onereturn variable when it conflicts with a parameter (#4383) - Coerce SQLite JSONB output regardless of type casing (#4385)
- Dedupe
sqlc.argparameters wrapped in a type cast for MySQL (#4384) - Preserve MySQL optimizer hints in generated query text (#4382)
- Catch invalid
ON CONFLICT DO UPDATEcolumn 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 *andRETURNING *(PostgreSQL, MySQL, SQLite) (#4203) - Add
SQLCEXPERIMENTenvironment 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-setupcommand 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
Release notes
Open source →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_typesis set (#4388) - Map xid8 to pgtype.Uint64 for pgx/v5 (#4387)
- Rename
:onereturn variable when it conflicts with a parameter (#4383) - Coerce SQLite JSONB output regardless of type casing (#4385)
- Dedupe
sqlc.argparameters wrapped in a type cast for MySQL (#4384) - Preserve MySQL optimizer hints in generated query text (#4382)
- Catch invalid
ON CONFLICT DO UPDATEcolumn 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 *andRETURNING *(PostgreSQL, MySQL, SQLite) (#4203) - Add
SQLCEXPERIMENTenvironment 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-setupcommand 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)=
-
v1.30.1-0.20260417135437-07c3808567bd17 Apr 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260417045400-5757d94e28b017 Apr 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260320135808-4bf215923e0520 Mar 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260224195553-ce83d3fe9f5924 Feb 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260222180519-0a3d50eea7d222 Feb 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260222143505-c998d72a797222 Feb 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260219200304-744558dfd97119 Feb 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260201170605-c04833458e6f01 Feb 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260130053949-16c9afda9f4e30 Jan 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260107174236-2e0435c856c707 Jan 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260106011407-e476db958acd06 Jan 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260105155300-4382f5c5cb5b05 Jan 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20260105064155-d21b4cc7dac705 Jan 2026 pre-releaseNothing published for this version
-
v1.30.1-0.20251224161352-67e865b703c624 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251224035056-a35d9c64812524 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251222233821-ba513e72e0a522 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251222231147-68b20894b45822 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251218191046-53b12f96587f18 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251210215737-74ecda5fa1cc10 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251201033731-21e65573450d01 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251201001506-166398d8075e01 Dec 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251021162310-b807fe9ef2de21 Oct 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251019070545-5cca6f1923fa19 Oct 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20251008043125-a18363bf94cb08 Oct 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20250913171853-6389cdc3cf4013 Sep 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20250906001205-88b3cb38bb5506 Sep 2025 pre-releaseNothing published for this version
-
v1.30.1-0.20250903141229-1924373af06b03 Sep 2025 pre-releaseNothing published for this version