illustration for Build a Backend with Prisma in a TypeScript Node Project
pro

Build a Backend with Prisma in a TypeScript Node Project

Instructor

Ryan Chenkie

18m closed-captioning
·
12 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
337
people completed
Published 4 years ago
|
Updated 4 years ago

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!

What you'll learn:

  • Initialize Prisma in a TypeScript project
  • Use Prisma Client to create and find records in your data base
  • Use express to create data dynamically
  • Use Prisma Schema language
  • Use Prisma Studio
  • Running Prisma migrate
  • Create relations between tables using Prisma Schema

Course Content

18m • 12 lessons

    You might also like these resources:

    illustration for Build a full-stack app with Prisma
    Xiaoru Li • 15m • Course

    We will learn how to leverage the power of Prisma to automatically generate a type-safe, autocomplete-ready, and efficient query builder.

    illustration for Get started with Prisma v2. Prisma Client
    Dimitri Ivashchuk • 18m • Course

    This collection explores Prisma v2, first part of the Prisma infrastructure to exit experimental mode-Prisma client is an auto-generated and type-safe query builder.

    illustration for TypeScript: Tips and Tricks
    Kamran Ahmed・9m・Course

    Learn to use some of the tips and tricks that can help you write better TypeScript.