From the blog

Release notes

Verifying database schema changes in v1.24.0

sqlc is a command line tool that generates type-safe code from SQL. Today we released sqlc v1.24.0 which includes a new feature to verify the correctness of database schema changes.

Announcement

Working on sqlc full-time

If you haven’t heard of us, sqlc generates fully type-safe idiomatic code from SQL. Think of it as a reverse ORM: you write SQL queries in a text file, run sqlc generate, and then continue writing your code. It works great for Go and additional language support is on the horizon.