Y
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
allthetime
34 days ago
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.
link
ilbert
34 days ago
sql<type>`query` is the reason why I started bun-sqlgen, to not have to write types manually
link