How does it compare to Drizzle?
back
1 comments
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.
here's a good write up on the type-safety advantages https://github.com/thetutlage/meta/discussions/8