๐๏ธ Object Relational Mapper (ORM)
When it comes to choosing a DB for your API, there are many variables at play. For the most part, you'll end up with a Relational (SQL) DB or a NoSql DB (Document Store).
๐๏ธ Prisma & Render Setup
What is Prisma?
๐๏ธ Prisma Overview
Next, we'll initialize Prisma
๐๏ธ Data Modeling
3 items
๐๏ธ Routes and Middleware
4 items
๐๏ธ ๐Auth
2 items
๐๏ธ Route Handlers
2 items