Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In Prisma, you define your models as classes that map to tables in a database. Models are entities that represent data in your database.
Table of contents
What is an ORM?GeneratorsModelsField Level AttributesType ModifiersEnumsBlock Level AttributesSort: