RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.
MIT License
690 stars 62 forks source link

Ability to include/exclude columns #156

Open recanman opened 1 month ago

recanman commented 1 month ago

CockroachDB (Postgres dialect) will add a rowid column to each table that does not have a primary key. This shows up in the resulting types. It would be nice to have the ability to filter out columns in order to mitigate these types of issues. In the same manner as exclude-pattern and include-pattern.

Upvote & Fund

Fund with Polar