WeSearch
Hub / Tags / Prisma
TAG · #PRISMA

Prisma coverage.

Every story in the WeSearch catalog tagged with #prisma, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#development5#performance3#nextjs3#backend3#typescript3#postgresql3#database2#orm2#logging2#ai2#webdev2#aws1
DEV.TO (TOP)

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…

9 views ·
#typescript#backend
DEV.TO (TOP)

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í…

8 views ·
#typescript#backend
DEV.TO (TOP)

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...…

8 views ·
#webdev#nextjs
DEV.TO (TOP)

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...…

12 views ·
#ai#development#productivity
DEV.TO (TOP)

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...…

16 views ·
#ai#webdev
DEV.TO (TOP)

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…

17 views ·
#postgresql#database
DEV.TO (TOP)

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…

19 views ·
#postgresql#orm
DEV.TO (TOP)

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...…

11 views ·
#webdev#database#javascript
R/NODE

Prisma Next Early Access: Write Your Contract, Prompt Your Agent, Ship Your App

12 views ·
DEV.TO (TOP)

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...…

20 views ·
#typescript#zod
HYPEBEAST

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.…

15 views ·
#fashion#footwear#collaboration
GITHUB

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.…

14 views ·
#backend#automation#openapi
ARXIV CS.AI

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…

11 views ·
#artificial intelligence#materials science#machine learning
DEV.TO (TOP)

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…

13 views ·
#nextjs#performance
DEV.TO (TOP)

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…

11 views ·
#nextjs#serveractions
DEV.TO (TOP)

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...…

16 views ·
#aws#mysql