sqlc
sqlc copied to clipboard
Generate table names and columns
What do you want to change?
I would like to generate the names of the table and its fields from the database in addition to the generation of entities. It would allow to use them in some custom queries not created through sqlc, and the code would stop compiling when you change the schema.
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go