Comment on Show HN: Bun-sqlgen – Type-safe raw SQL for Bun, no ORMparentComments−ilbertOP2moKysely is really cool, but I don't like that you are not writing SQL directly−allthetime2moYou 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.−ilbertOP2mosql<type>`query` is the reason why I started bun-sqlgen, to not have to write types manually
Comments
Kysely is really cool, but I don't like that you are not writing SQL directly
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