sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Set PrimaryKey on Columns

Open Smithx10 opened this issue 1 year ago • 0 comments

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

Smithx10 avatar Sep 10 '24 19:09 Smithx10