3 ms·
Kysely is really cool, but I don't like that you are not writing SQL directly
by ilbert 3mo ago
Kysely is really cool, but I don't like that you are not writing SQL directly
- allthetime 3mo agoYou 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.
- ilbert 3mo agosql<type>`query` is the reason why I started bun-sqlgen, to not have to write types manually