Setting up Prisma 7 with Neon for Serverless Apps (Cloudflare Workers)

Prisma 7 Setup with Neon for Serverless Apps Hi There šŸ‘‹ In this little blog I want to share how I set up Prisma 7 with serverless platforms like Cloudflare Workers and connected it with Neon PostgreSQL. When I started learning Prisma a few weeks ago, most tutorials were still written for Prisma 6. Everything was going fine until I tried setting it up with Cloudflare Workers, and suddenly Prisma started throwing errors. ...

Anurag Mishra Ā· March 12, 2026 Ā· 5 min  Ā· 

Introduction to Prisma ORM

What are ORMs? ORM stands for Object-Relational Mapping, a programming technique used in software development to convert data between incompatible type systems in OOP languages. This technique creates a ā€œvirtual object databaseā€ that can be used from within the programming language. ORMs are used to abstract the complexities of the underlying databases into simpler,more easily managed objects within the code. šŸ˜‡ Let me tell you the digestiable one ORMs let you easily interact with your database without worring too much about the underlying syntax(ex. SQL) ...

Anurag Mishra Ā· February 16, 2026 Ā· 4 min  Ā· 

Hello World

This blog is my public learning notebook. I’ll write about: Things I’m learning in development Mistakes I make (and how I fix them) Notes I want to remember later If this helps you, that’s a bonus šŸ™‚

Anurag Mishra Ā· February 10, 2026 Ā· 1 min  Ā·