For TypeScript->Postgres, is Drizzle the best lib to use if I just want to have:

* Type safety
* No full ORM (I want to basically write SQL, but type safe)

Or is there something even nicer now? I also saw Kysely (https://kysely.dev/).

Comments