Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.

Database Access in React Server Components
Learn how to query your database directly from React Server Components with Prisma, and why type-safe database access fits the server-rendered React model.


How Prisma Helps Rapha Manage Their Mobile Application Data
Learn how Rapha uses Prisma to manage mobile application data and deliver consistent APIs across platforms and backend systems.


Full Stack Type Safety with Angular, Nest, Nx, and Prisma
A 2021 tutorial on sharing Prisma 2 types across an Angular and NestJS app in an Nx monorepo. The technique still applies; commands and APIs have changed.


Build an App With Svelte and TypeScript
Learn how to build a Svelte app with TypeScript and improve developer ergonomics with stronger typing across your frontend codebase.


Nexus 1.0: A Major Release for Type-Safe, Code-First GraphQL APIs
Nexus, the library for building code-first, type-safe GraphQL APIs has just reached 1.0.


Jamstack with Next.js and Prisma
Learn how to build interactive Jamstack apps with Next.js and Prisma and incremental static re-generation.


Prisma Migrate Preview - Database Migrations Simplified
Prisma Migrate Preview - database schema migrations simplified with declarative data modeling and auto-generated and customizable SQL migrations


Learn TypeScript: A Pocketguide Tutorial
Learn TypeScript's core features in a practical pocket guide covering types, interfaces, functions, and developer productivity.


Prisma Studio - A Visual Interface for Your Database
Prisma Studio is a visual database browser for viewing and editing application data, with filtering, pagination, and relation-aware workflows for Prisma projects.


Prisma 2.10 Adds Preview Support for Microsoft SQL Server
Prisma 2.10 added preview support for Microsoft SQL Server, expanding Prisma's database coverage for teams building with SQL Server.


Backend with TypeScript, PostgreSQL & Prisma: CI & Deployment
Set up CI/CD for a TypeScript, PostgreSQL, and Prisma ORM 7 backend with GitHub Actions, automated tests, and deployment to Prisma Compute.


Backend with TypeScript, PostgreSQL & Prisma: Authentication & Authorization
Secure a TypeScript and PostgreSQL backend with Prisma ORM 7, passwordless authentication, JWTs, and authorization rules using Hono.
