kysely
kysely copied to clipboard
suggestion: add isPartitionTable property in TableMetadata interface
Hello.
I would like to distinguish between partitioned and non-partitioned tables in the kysely-codegen project. To do this, it is necessary to add an isPartitionTable property to TableMetadata ( https://github.com/kysely-org/kysely/blob/master/src/dialect/database-introspector.ts ).
I propose adding the isPartitionTable property to TableMetadata. Are there any concerns?
Hey 👋
Can you explain how knowing this would affect types generated by kysely-codegen? Is there an existing issue/discussion on kysely-codegen side?
Main concern is, adding something for a niche use-case, that would make writing dialects more complex for everyone.