
Prisma is a NodeJS and TS ORM toolkit that makes it easy to interact with relational databases like
It has an advantage over libraries such as pg or mongoose by being database agnostic and it provides good types when data is passed or retrieved from databases.
Prisma generates a type-safe database client based on the Prisma schema.

Migration are automatic in prisma.
Prisma’s auto-migrations come from a combination of:
schema.prisma)migrations folder