Articles tagged prisma.
Caching Prisma Queries with Upstash Redis
In my previous blog post, we went through the benefits of caching, common caching techniques, how to cache SQL data by using Upstash Redis in different code samples. As we examined the details and…
Build a Subscription Service for your NextJS & Prisma App with QStash
The most common business model in building a Saas is a subscription model where users pay a certain fee to use your service in a specified time interval. In this article, we will go through the…
Manage a quota-based SaaS application with Upstash and Next.js
In this post, we will show you how to use Upstash to create a quota system for a SaaS application, made with Next.js and Prisma. We will use Next.js API routes to create a simple API. In many SaaS…