TypeScript ORMs

So, I’m starting a new backend typescript project, and I’m wondering about which ORM I should use.

I’ve used mongoose with mongodb before, which I very much didn’t like.

I’d say I’m pretty experienced with TS and SQL individually.
I’m planning on using postgresql, and I’m wondering if anyone has any insights on what to use as a SQL-experienced, TS ORM noob.
Was this page helpful?