- Jul 31, 2020
- 9,111
- 1,040,083
- 129
TUTProfessor submitted a new resource:
Egghead - Build a Backend with Prisma in a TypeScript Node Project - Prisma is an open-source ORM. It consists of the following parts: Prisma Client: Auto-generated and
Read more about this resource...
Egghead - Build a Backend with Prisma in a TypeScript Node Project - Prisma is an open-source ORM. It consists of the following parts: Prisma Client: Auto-generated and
Prisma is an open-source ORM. It consists of the following parts:
Prisma Client can be used in any Node.js or TypeScript backend application (including serverless applications and microservices). This can be a REST API, a GraphQL API, a gRPC API, or anything else that needs a...
- Prisma Client: Auto-generated and type-safe query builder
- Prisma Migrate: Migration system
- Prisma Studio: GUI to view and edit data in your database
Read more about this resource...