Articles by Tag #prisma

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

Setting Up NestJS with Prisma (Without the Headache)

Starting a project with NestJS and Prisma should be easy, right? They’re both popular technologies...

Learn More 8 6Nov 18 '25

The Problem No One Talks About in Prisma APIs

Prisma has made SQL database access in Node.js incredibly clean. Schemas are readable. Type safety...

Learn More 2 0Jan 17

Using Prisma for Schema and Kysely for Queries in a Next.js App

When I first started using Prisma, I loved how easy it made database work - migrations, schema...

Learn More 3 0Nov 4 '25

Building a Type-Safe Backend with tRPC, Zod, and Prisma

Type safety is one of TypeScript's greatest strengths, but maintaining it across your entire...

Learn More 1 0Dec 3 '25

The Ultimate Guide to Prisma ORM + PostgreSQL (2025 Edition)

1. Project Initialization Start by setting up your Node.js environment with TypeScript. We...

Learn More 3 0Dec 22 '25

What kind of ORM engine does a low-code platform need? (2)

Continuation of the previous article. In the previous article, I conducted an initial theoretical...

Learn More 3 0Oct 28 '25

From Beginner to Pro: Setting Up a TypeScript NestJS Backend with Prisma

From complete beginner to production-ready APIs - A student's honest guide with all the mistakes I made

Learn More 7 1Dec 17 '25

Prisma + StackRender: Design Your Database and Start Building Your Backend

Designing a database schema is often one of the slowest parts of starting a new backend project. You...

Learn More 5 0Jan 3

How I Built Wikibeem: Turning ClickUp Docs into Professional Documentation Sites

A solo dev journey from frustration to product launch The Frustration That Started It...

Learn More 0 0Dec 25 '25

How to Ghost Your Data: Implementing Soft Deletes in Prisma

Learn how to implement soft deletes in Prisma, avoid common pitfalls, and keep those ghost records...

Learn More 1 0Sep 18 '25

🐳 How Docker Saved My Full-Stack Project (And My Sanity)

When I built VBlog, a full-stack application with Next.js, Express, Prisma, and PostgreSQL,...

Learn More 0 0Dec 1 '25

Mocking Your Postgres DB Doesn't Have to Suck

We’ve all been there: you’re building a beautiful Express API, but your frontend looks like a ghost...

Learn More 0 0Jan 6

How to use Prisma with Bun

Bun is a fast JavaScript runtime that's been making waves in the developer community. It includes a...

Learn More 1 0Nov 17 '25

Missing Rails Console? Building a Database REPL for NestJS + Prisma

TL;DR: Coming from Rails/Phoenix, I missed having an interactive database console. So I built one for...

Learn More 0 0Sep 11 '25

How to Use Prisma ORM with Astro

Astro is a web framework for content-driven websites like blogs and marketing sites, but it also...

Learn More 2 0Oct 14 '25

How to Add Extended Fields to Entities Without Modifying Tables

Video Demo Based on the NopOrm engine built into the Nop platform, it's very convenient to add...

Learn More 1 0Dec 19 '25

Printable Flashcard Generator

Introduction Are you a visual learner? Have you ever used image-based flashcards to...

Learn More 0 0Dec 12 '25

AI駆動型販売・在庫管理システム「OpsPilot Console」の実装と展望

AI駆動型販売・在庫管理システム「OpsPilot Console」の実装と展望 はじめに こんにちは!今回は、現在開発中の「OpsPilot...

Learn More 0 0Nov 25 '25

ZenStack V3: The Perfect Prisma ORM Alternative

Prisma won the hearts of many TypeScript developers with its excellent developer experience - the...

Learn More 20 0Nov 29 '25

How I Deployed an Express + Prisma + Supabase API on AWS Lambda Using Serverless Framework

A complete walkthrough of deploying a TypeScript Express API with Prisma ORM and Supabase on AWS Lambda using Serverless Framework.

Learn More 0 0Nov 3 '25

Ecomerce fullstack platform

UG Mart: My Next.js E-commerce Project Hey Dev.to community! 👋 I just finished building...

Learn More 0 0Oct 28 '25

Project of the Week: Prisma

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

Learn More 21 3May 2 '25

I Bet Your Table Code is 200+ Lines. Prove Me Wrong 😏

Let Me Prove I'm Right I'm making a bet. Your table code has: Column definitions...

Learn More 8 0Feb 22

Prisma Backup

Github: https://github.com/DaxSoft/prisma-backup Simple PostgreSQL Backups for Your Prisma...

Learn More 1 0Aug 30 '25

Building pagination with Prisma felt… unnecessarily complex

This is a translated version of the original post published in my Spanish blog. The translation was...

Learn More 1 0Jun 19 '25

Prisma + MongoDB “Hello World”

Prisma is an ORM (Object-Relational Mapper). With MongoDB, it acts as an Object Document Mapper,...

Learn More 3 0Feb 11

Prisma Deep‑Dive Handbook (2025) — From Zero to Expert

A practical, end‑to‑end guide for expert developers who are new to Prisma. Covers modeling,...

Learn More 2 0Sep 9 '25

A Complete Beginner’s Guide to Prisma

Working with databases is one of the most essential yet challenging parts of backend development....

Learn More 2 2Sep 28 '25

Drizzle ORM vs Prisma in 2026: The Honest Comparison Nobody Is Making

A deep, unbiased technical comparison of Drizzle ORM and Prisma in 2026. We benchmark cold starts, query performance, bundle sizes, and developer experience to help you pick the right ORM for your TypeScript project.

Learn More 3 0Feb 18

Prisma 7: They Ditched Rust and Everything Got Faster

Prisma 7 just launched, and this isn’t your typical point release. We’re talking a complete rewrite...

Learn More 5 1Dec 1 '25