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.