This tool compiles your SQL into Go code, giving you type-safe interfaces for database access. You write SQL, run `sqlc` to generate code, and then call the generated functions from your application. Developers pick sqlc to avoid runtime errors associated with manual SQL string building and to get compiler-checked query results.
sqlc generates type-safe Go code directly from SQL queries.
Go developers building applications that interact with SQL databases and want to ensure query correctness at compile time.
Not enough data yet. Star history will appear after a few days of tracking.
No snapshots yet
Snapshots will be created automatically once this repository is processed.