Hacker News new | ask | show | jobs
by ilbert 35 days ago
Kysely is really cool, but I don't like that you are not writing SQL directly
1 comments

You can use sql<type>`query` anywhere you like combined with query builder syntax (or not) when you want to write raw sql and maintain type inference.
sql<type>`query` is the reason why I started bun-sqlgen, to not have to write types manually