sqlc generates type-safe idiomatic Go code from SQL. Here's how it works:
- You write queries in SQL
- You run
sqlcto generate code with type-safe interfaces to those queries - You write application code that calls the generated code
sqlc generates type-safe idiomatic Go code from SQL. Here's how it works:
sqlc to generate code with type-safe interfaces to those queries