announcement — July 6, 2023 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. After developing sqlc in our spare time for the last three years,