sqlc
sqlc copied to clipboard
Set PrimaryKey on Columns
What do you want to change?
Currently Columns don't set PrimaryKey, while developing the plugin sqlc-gen-proto, I would like to be able to read CREATE TABLE column level PRIMARY KEY and the Constraint PRIMARY KEY($column) to set PrimaryKey on the appropriate column.
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response