RobinBlomberg / kysely-codegen

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

Branded IDs? #165

Open acro5piano opened 2 weeks ago

acro5piano commented 2 weeks ago

Hi, thank you for the great tool!

Is there any plan to add Branded ID?

For context, branded id prevents accidentially passing wrong value by differentiate primitive values. For example, the following code put team.id in the where clause but the column expects user.id - that is useful.

image

I've found kanel-kysely already supports it.

https://kristiandupont.github.io/kanel/kanel-kysely.html#note-about-branded-ids

Upvote & Fund

Fund with Polar