Follow
Series

Playing with Prisma

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.

Articles in this series

Starting a Prisma + TypeScript Project

Dec 21, 20217 min read

The Basics of Prisma and TypeScript · With such a rich selection of ORMs out there, choosing which one to use for your JavaScript-based project can be...

Starting a Prisma + TypeScript Project
Basic CRUD Operations in Prisma
Building a Prisma Schema