./databases/sqlc, Generate type-safe code from SQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.28.0, Package name: sqlc-1.28.0, Maintainer: bsiegert

sqlc generates type-safe code from SQL. Here's how it works:

1. You write queries in SQL.
2. You run sqlc to generate code with type-safe interfaces to those queries.
3. You write application code that calls the generated code.

sqlc generates idiomatic code like you would write yourself.


Master sites:

Filesize: 998.328 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-09 21:06:43 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
sqlc: update to 1.28

v1.28.0

Bugfixes

v1.27.0

-   (golang) Add initialisms configuration
-   (compiler) Support subqueries in the FROM clause (second coming)
-   Managed databases with any accessible server
-   (vet) Use new dbmanager client
-   (verify) Update verify to work with managed databases
   2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) | Package updated
Log message:
Revbump all Go packages after go124 update

I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-14 17:29:30 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
sqlc: update to 1.26.0

This release is mainly a bug fix release. It also includes an important
security fix for users using output plugins.
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.