Description
Generates type-safe Go code from SQL queries, helping developers keep database access close to the actual SQL while catching interface mistakes at build time. It is useful for services that prefer explicit SQL over a full ORM.
Generated code depends on schemas and queries being current. Use the right database configuration, review migrations, and avoid committing credentials in sqlc settings.