RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.
MIT License
820 stars 73 forks source link

Ability to include/exclude columns #156

Open recanman opened 6 months ago

recanman commented 6 months 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