16 stories tagged with #prisma, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Prisma"
Prisma 5 Prisma 6: The Breaking Changes I Hit in My Real Schema and How I Fixed Them Without Breaking Production
Prisma 6 improves ergonomics and performance, but there are three behavior changes that won't scream at you in the compiler — and will absolutely show up at runtime if you don't au…
Prisma 5 Prisma 6: los breaking changes que encontré en mi schema real y cómo los resolví sin romper producción
Prisma 6 mejora ergonomía y performance, pero hay tres cambios de comportamiento que no gritan en el compilador y sí aparecen en runtime si no revisás tus queries relacionales. Guí…
How I Architected a Production-Ready Booking Platform with Next.js 16 & Prisma 7
After a decade of freelance development, I’ve realized that the biggest gap for most developers isn't...…
3 Files Every AI-Assisted Project Needs Before You Write a Line of Code
Most developers think of project setup as: install dependencies, configure TypeScript, set up...…
Prisma-7 A Complete Beginners Guide (With Free Cloud Database!)
No prior database experience needed. This guide walks you through everything — what Prisma is, how...…
Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins
Prisma query logs help you catch patterns, but if the problem lives inside PostgreSQL, the ORM won't show it to you. Here I break down when Prisma logging is enough and when you ne…
Prisma query logging y PostgreSQL: dónde termina el ORM y empieza la base
Los query logs de Prisma ayudan a detectar patrones, pero si el problema vive adentro de PostgreSQL, el ORM no va a mostrártelo. Acá separo cuándo alcanza con Prisma logging y cuán…
Visualizing Database Design: From Interactive Canvas to Drizzle, Prisma, and SQL in Real-time
Every full-stack developer has been there: you are planning a new feature, sketching out database...…
Prisma Next Early Access: Write Your Contract, Prompt Your Agent, Ship Your App
Stop manually stripping Prisma inputs. Generate Zod schemas & guard your DB automatically.
If you use Prisma, you already know it's a fantastic ORM with excellent developer experience. But...…
The Stone Island x New Balance SUMMER_'026 Capsule Puts the ABZORB 1890 and Nylon Prismatico on the Same Team
Endrick and Bukayo Saka front the campaign that’s shot by Bolade Banjo.…
Show HN: FastBack end – schema-first back end runtime with OpenAPI output
A Runtime for Backend APIs. Contribute to darula-hpp/fastbackend development by creating an account on GitHub.…
PRISMat: Policy-Driven, Permutation-Invariant Autoregressive Material Generation
Rapid identification of candidate materials with target properties has become a key task in materials science. Machine learning has emerged as an alternative to physics-based simul…
Prisma Server Actions in Next.js 16: the patterns that work and the N+1 that sneaks up on you
Prisma in Next.js 16 Server Actions has an N+1 vector that doesn't exist in classic API routes. The culprit isn't the ORM — it's how Actions compose. Here are the patterns that pre…
Prisma Server Actions en Next.js 16: los patrones que funcionan y el N+1 que aparece cuando no lo esperás
Prisma en Server Actions de Next.js 16 tiene un vector de N+1 que no existe en API routes clásicas. El culpable no es el ORM — es cómo las Actions se componen. Acá están los patron…
How we tracked down a mysterious latency issue in our AWS Lambda + RDS Proxy stack, and discovered Prisma was the culprit all along.
Our API Was Fine. Database Was Fine. So Why Were Queries Taking 16 Seconds? It started with a...…