Y
Hacker News
new
|
ask
|
show
|
jobs
by
jherdman
220 days ago
I’m curious about your choice of Kysely. I’ve really only used Drizzle. It’s fine but it has some very rough edges around Bun and SQLite.
1 comments
internetter
219 days ago
I'd rather use SQL than an ORM. Kysely is basically a wrapper for the SQL query syntax inside typescript which has the benefit of composability and incredibly rich typescript support
link