Getting started with Prisma ORM
Before we jump in , we should deal with the basics first.
The Basics
What is an ORM?
Object Relational Mapping (ORM) is a technique used in creating a "bridge" between object-oriented programs and, in most cases, relational databases . You will get t...
mainakkaniam.hashnode.dev9 min read