What do you want to change?
Is it possible to create a sqlc.yaml that doesn't require queries attribute?
My application only needs the type from the schemas as all queries-related function have been handled by other functions.
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go
What do you want to change?
Is it possible to create a
sqlc.yamlthat doesn't requirequeriesattribute?My application only needs the type from the schemas as all queries-related function have been handled by other functions.
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go