Prisma to interact with my DB

Cedric Nicoloso
Nerd For Tech
Published in
6 min readOct 25, 2021

--

Photo by Mael BALLAND on Unsplash

I’ve been using Prisma for a few months, and I’ve recently given a talk about it, let’s try to recap some takeaways here.

You might prefer to go over the slides, here you go.

Interacting with my database

Prisma belongs to the ORM family (Object-Relational Mapping). It can be seen as an extra layer between your server and your database and its…

--

--