Starting a Prisma + TypeScript Project
The Basics of Prisma and TypeScript
Dec 21, 20217 min read3.5K

Search for a command to run...
Series
This series is all about Prisma! We'll cover all the basics of what prisma is, why it does what it does, and how to use it. After that we'll jump into the nitty-gritty and have some fun.
The Basics of Prisma and TypeScript

Simple Data Interactions using Prisma and TypeScript

Learn how to build a Prisma Schema and connect to Postgres locally on Docker
