Human Readability
The Prisma schema is intuitive and lets you declare your database tables in a human-readable way — making your data modeling experience a delight. You define your models by hand or introspect them from an existing database.
Auto-generated type-safe ORM
It uses Prisma Engine as the data access layer and is as consistent as possible with the Prisma Client JS/TS APIs