ports/devel/sqlc/pkg/DESCR

8 lines
281 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
sqlc generates fully type-safe idiomatic Go code from SQL. Here's how it
works:
1. You write SQL queries
2. You run sqlc to generate Go code that presents type-safe interfaces to
those queries
3. You write application code that calls the methods sqlc generated