URL: https://www.progressiverobot.com/using-prisma-with-postgresql/

Video

prisma illustration for: Video

[youtube mjRs6qAdGfM 423 752]

About the Talk

Connecting and grabbing data from our databases is always a difficult task. We will use Prisma — an open source Node.js and TypeScript ORM — to model, connect to, grab data, and view our database contents.

What You'll Learn

  • How to model a database schema
  • How to CRUD on a database
  • How to view contents of a database

This Talk Is Designed For

Developers that want to connect to their database more easily. Prisma will make database connections easy.

Prerequisites

  • Knowledge of connecting to databases
  • Basic knowledge of databases

Presenters

Chris Sev, Senior Developer Advocate, the cloud provider

Ryan Chenkie, Developer Advocate, Prisma

Resources

Prisma.io [Docs]

Set up Prisma [Quickstart]