sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Generate table names and columns

Open flymedllva opened this issue 3 years ago • 0 comments

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

flymedllva avatar Aug 09 '22 11:08 flymedllva