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.

5m read timeFrom sammaji.hashnode.dev
Post cover image
Table of contents
What is an ORM?GeneratorsModelsField Level AttributesType ModifiersEnumsBlock Level Attributes

Sort: