top | item 42267328

(no title)

damidekronik | 1 year ago

What's missing from https://kysely.dev/?

discuss

order

mythz|1 year ago

Looks pretty good, but APIs look more stringly typed and APIs don't look natural, I prefer using SQL expressions with typed references.

The query builder also looks coupled to execution, litdb query builders and aren't coupled to a driver implementation, i.e. they're just used to generate SQL with parameters that could then be executed with any driver.