You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I correct in thinking that regardless of the --runtime-enums flag, we should see enums explicitly named and defined vs. being inlined into table types?
I created an enum in Postgres using
create type "Schema"."ClaimTypeEnum" as enum ('Institutional', 'Professional')
and referenced it in Kysely with
sql.id('Schema', 'ClaimTypeEnum')
but when I run
npx kysely-codegen --runtime-enums
, I getinstead of something like
For context, I'm using
Postgres 16.4
, andkysely-codegen 0.16.8
.Upvote & Fund
The text was updated successfully, but these errors were encountered: