What is an ORM & Why is everyone using Prisma?
If you’ve ever built a full-stack app and had to write raw SQL like:
SELECT * FROM users WHERE email = 'xyz@example.com';
you’ve probably thought, “Can’t I just do this in JavaScript?”Well — you can. Enter: ORMs.
In this post, we’ll break down what ...
maithri.hashnode.dev4 min read