Hacker News new | ask | show | jobs
by kristiandupont 1246 days ago
I made a tool that generates Typescript types out of a live Postgres database. I've had a request for Kysely support ([link redacted]), but I more or less forgot about it. I would love to hear if that would be helpful.
1 comments

I think https://github.com/RobinBlomberg/kysely-codegen does roughly the same thing?
Looks like it, yes. Do you use it?