You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran sqlc generate it happily generated code without any warnings.
I think the dev experience could be improved with a warning message along the lines of: sql_package: pgx/5 is unknown. Defaulting to database/sql codegen...
What database engines need to be changed?
No response
What programming language backends need to be changed?
Go
The text was updated successfully, but these errors were encountered:
What do you want to change?
I had a typo in my
sqlc.json
file:When I ran
sqlc generate
it happily generated code without any warnings.I think the dev experience could be improved with a warning message along the lines of:
sql_package: pgx/5 is unknown. Defaulting to database/sql codegen...
What database engines need to be changed?
No response
What programming language backends need to be changed?
Go
The text was updated successfully, but these errors were encountered: