Get the latest tech news
Sqlc: Compile SQL to type-safe code
Compile SQL to type-safe code
Schema updates and poorly-written queries often bring down production databases. When a schema change is proposed, existing queries and code running in production might fail when the schema change is applied. Enter sqlc verify, which analyzes existing queries against new schema changes and errors if there are any issues.
Or read this on Hacker News