Articles by Tag #prisma

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Prisma + Postgres

In this tutorial, we'll explore how to set up Prisma + Postgres. We'll use real-world examples...

Learn More 524 48Oct 30 '24

Building Multi-Tenant Apps Using Clerk's "Organization" and Next.js

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 39 1Nov 25 '24

Building Multi-Tenant Apps Using StackAuth's "Teams" and Next.js

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 35 0Dec 11 '24

How to use ORMs (Prisma / Drizzle / Knex.js) in a TypeScript backend built with Encore.ts

In this post, I’ll walk you through how to work with ORMs like Prisma, Drizzle and Knex.js when...

Learn More 34 0Nov 25 '24

How to make Multi-tenant applications with NestJS and Prisma 🚀.

In this article we are going to build a multi tenant application using NestJS and Prisma. We will be...

Learn More 30 4Sep 9 '24

3 Best Next.js ORM

The Best Next.js ORM depends on your specific requirements and preferences. Let’s explore some of...

Learn More 29 0Sep 11 '24

Stop drawing ERD, but just auto-generate by `prisma-markdown`

Preface Automatic markdown documents generator for Prisma. Github Repository Generated...

Learn More 27 2Jul 31 '24

Typing Prisma Json Fields? Yes, You Can!

SQL databases provide us with many benefits, the most important of which is strong schema...

Learn More 26 0Nov 7 '24

Project of the Week: Prisma

Lightning-fast reviews: the ORM that's winning the collaboration game. Introduction Ever...

Learn More 20 3May 2

When Embedded AuthN Meets Embedded AuthZ - Building Multi-Tenant Apps With Better-Auth and ZenStack

Building a full-fledged multi-tenant application can be very challenging. Besides having a flexible...

Learn More 20 0Dec 17 '24

How to use Prisma Postgres 🚀

Introduction On October 29, Prisma announced Prisma Postgres. Don't hesitate to read the...

Learn More 19 6Oct 31 '24

Rendering Prisma Queries With React Table: The Low-Code Way

React Table, or more precisely, TanStack Table is a headless table UI library. If you're new to this...

Learn More 16 2Jul 21 '24

NextJS Starter Kit with NextAuth v4, Prisma, Typescript and Docker

For your next project using nextjs, use this starter kit to bootstrap your project quickly and...

Learn More 16 5Aug 12 '24

Discord bot dashboard with OAuth2 (Nextjs)

Preface I wanted to build a Discord bot with TypeScript that had: A database A...

Learn More 15 0Jul 11 '24

How to Set Up a PostgreSQL Database with Drizzle ORM and Neon DB in Node.js

Introduction Working with SQL databases in Node.js doesn't have to feel like writing a PhD...

Learn More 12 2Jun 3

Resolving the `DO $$` Issue in Drizzle ORM with Nile Postgres

When working with Drizzle ORM on a Nile Postgres database, you might encounter an issue where the...

Learn More 10 0Dec 5 '24

Prisma ORM: Revolutionizing Database Interactions

👋 Let's Connect! Follow me on GitHub for new projects. Introduction In the dynamic...

Learn More 9 0Dec 29 '24

Unlocking WhatsApp Secrets: Analyzing Chat Data with Next.js 14 Web App

Have you ever wondered what secrets your WhatsApp chats hold? What if you could analyze your...

Learn More 9 0Sep 1 '24

Building a Scalable Backend with NestJS Microservices: A Blueprint for Modern Architecture

In today’s fast-evolving tech landscape, scalability, modularity, and performance are the...

Learn More 8 2Apr 9

Don't write npx prisma generate command

I mean, don't write npx prisma generate command frequently. 😪😅 Don't ask "why" before reading the...

Learn More 8 0Jun 27 '24

Social connect full-stack app using NestJs, Next.js, Prisma & Next-Auth

Social-connect App Social-connect app built with NestJS, Next.js 14, Tailwind CSS, Prisma, and...

Learn More 8 0Nov 14 '24

Nuxt Authorization: How to Implement Team Role-Based Access Control in Nuxt 3

If you're building a multi-tenant SaaS in Nuxt 3, you'll need a robust permissions system. Here's how...

Learn More 8 0Dec 4 '24

Nest-Connect API using NestJs, PassportJs, and Prisma

Nest Connect In-progress REST API with all basic features real social media has. Open to...

Learn More 7 0Sep 6 '24

Prisma Recap: Everything You Need in 5 Minutes (cheat sheet) 🐳

Here's a complete cheat sheet for Prisma, covering essential concepts, commands, and operations that...

Learn More 7 2Sep 24 '24

Building a Full-Stack CRUD App with Next.js 14, Prisma, and PostgreSQL

In this tutorial, we'll build a full-stack CRUD (Create, Read, Update, Delete) application using...

Learn More 7 2Nov 9 '24

Authentication in NestJS with PassportJS and Prisma

NestJs Auth NestJS Authentication with JWT, PassportJs, and Prisma Getting...

Learn More 7 0Sep 4 '24

Prisma + Supabase Error P1001

I was trying to use Supabase's PostgreSQL database with Prisma for a project. Don't ask me why. I...

Learn More 6 2Jul 30 '24

Getting Started with Prisma React: Seamless Integration for Full-Stack Development

If you're a React developer looking to streamline your data management process, Prisma is the perfect...

Learn More 6 0Aug 7 '24

Authenticated tests with Playwright, Prisma, Postgres, and NextAuth

Testing authenticated pages is hard. Lets demystify it! In EddieHub community projects it's common...

Learn More 6 2Aug 6 '24

Migration from NoSql to Sql , MongoDB to PostgreSql with PRISMA.

In my career as a backend developer, I've recently come across a big challenge, that of moving from a...

Learn More 6 0Jul 2 '24