Hacker News new | ask | show | jobs
by monssoen 679 days ago
I tried Kysely while evaluating libraries before writing my own. Its heavy reliance on strings for everything was a turn-off because it stops you from using any of the refactoring options Typescript offers. You cannot rename a column for example and have it applied automatically.
1 comments

Can you link to the one you wrote?