crudely-typed icon indicating copy to clipboard operation
crudely-typed copied to clipboard

Support compound primary keys

Open danvk opened this issue 2 years ago • 1 comments

It's possible for a postgres primary key to include multiple columns. I believe pg-to-ts already supports this. crudely-typed should support it with the "ByPrimaryKey" methods, e.g. selectByPrimaryKey.

danvk avatar Apr 06 '22 13:04 danvk

Maybe pg-to-ts doesn't support this: https://github.com/danvk/pg-to-ts/issues/30

danvk avatar Aug 29 '23 13:08 danvk