Hacker News new | ask | show | jobs
by igalklebanov 34 days ago
As far as query building goes, `kysely` is more in-depth, type-safe, expressive, 1:1 and doesn't require importing as many things.

`kysely-ctl` doesn't generate migrations for you, and `kysely` not being an ORM, doesn't provide declarative schema design.

1 comments

here's a good write up on the type-safety advantages https://github.com/thetutlage/meta/discussions/8