Raw SQL vs Knex.js vs Prisma vs MikroORM

I want to build a backend using Fastify with PostgreSQL database. What ORM (or query builder) should I use?

And should I use NestJS framework with Fastify instead of Fastify only?

View Poll