sqlc generates type-safe code from SQL. Here's how it works. You write queries in SQL. You run sqlc to generate code with type-safe interfaces to those queries. You write application code that calls the generated code. Seriously, it's that easy. You don't have to write any boilerplate SQL querying code ever again. See the current list of supported programming languages and databases. sqlc needs to know your database schema and queries in order to generate code.
Features
- sqlc is distributed as a single binary with zero dependencies
- Get pre-built binaries for v1.16.0
- Write queries in SQL
- Run sqlc to generate code with type-safe interfaces to queries
- Write application code that calls the generated code
- sqlc was inspired by PugSQL and HugSQL
License
MIT LicenseFollow sqlc
Other Useful Business Software
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of sqlc!