Y
Hacker News
new
|
ask
|
show
|
jobs
by
internetter
225 days ago
I've written 10s of thousands of lines of Elysia+Kysely and its a match made in heaven
1 comments
jherdman
225 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.
link
internetter
224 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