Remix.run Logo
internetter 3 days ago

I've written 10s of thousands of lines of Elysia+Kysely and its a match made in heaven

jherdman 3 days ago | parent [-]

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.

internetter 2 days ago | parent [-]

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