Why is using Prisma a good Idea
Why and what kind of problems can we solve with it? What are some alternatives?
6 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Thats the primary benefit. Also safe database schema migrations are possible with it
And the database browser is nice too
and safe database migrations!
Prisma's Data Guide
Intro, Data Modeling, Databases | Prisma's Data Guide
Learn how databases work, how to choose the right one, and how to use databases with your applications to their full potential.
And their docs are great to learn about databases from an application developer perspective
thanks guys that helped me understand more about Prisma.