Egghead – Build a Backend with Prisma in a TypeScript Node Project

$25.00

We only charge convenience fees

  • Only Mega Links will be Provided
  • On Demand Download Links Available
Guaranteed Safe Checkout

Egghead - Build a Backend with Prisma in a TypeScript Node Project
Egghead – Build a Backend with Prisma in a TypeScript Node Project
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 12 Lessons (18m) | Size: 61.5 MB

Prisma is an open-source ORM. It consists of the following parts:

Prisma Client: Auto-generated and type-safe query builder
Prisma Migrate: Migration system
Prisma Studio: GUI to view and edit data in your database
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 database.

In this course, you will learn how to initialize Prisma in a TypeScript Node project, use Prisma Client to create and find records, use Express to create data dynamically, and more!