Tech talk
Using Prisma With PostgreSQL (Let's Build a Node API!)
Video
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, DigitalOcean
Ryan Chenkie, Developer Advocate, Prisma
Resources
Prisma.io [Docs]
Set up Prisma [Quickstart]
DigitalOcean Managed Databases [Docs]