sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Generate type-safe code from SQL

Results 511 sqlc issues
Sort by recently updated
recently updated
newest added

### Version 1.27.0 ### What happened? Problem: ```sql -- schema.sql CREATE TABLE `users` ( `name` text ); ``` This doesn't work (): ```sql -- queries.sql -- name: ListUsers :many SELECT...

bug
:wrench: golang
:books: sqlite