Prisma
#backend#postgres
Prisma is an ORM and schema toolkit for Node/TypeScript: you model data in schema.prisma, migrate with Prisma Migrate, and query through a type-safe client. It fits especially well with Postgres and fits naturally into NestJS or Next.js backends. Compared to Sequelize, Prisma leans on code generation and a declarative schema as the source of truth.