sqlc-dev/sqlc
# Generate type-safe code from SQL
$ git clone https://github.com/sqlc-dev/sqlc.git
stars
18,048
forks
1,073
language
Go
license
MIT License
What is sqlc-dev/sqlc?
sqlc is a code generator that reads SQL queries and produces type-safe code in Go, Python, Kotlin, and other languages, eliminating the need to write database access code by hand. Developers use it to reduce boilerplate and catch SQL errors at compile time rather than runtime, while maintaining direct control over their SQL queries without an ORM.
Links
Topics
Activity
709 open issues · last updated Jul 21, 2026