Prisma
Page 21 of 25

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
EducationFebruary 24, 2021

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.

Mahmoud Abdelwahab
Mahmoud Abdelwahab
How Prisma Helps Rapha Manage Their Mobile Application Data
Case StudyJanuary 27, 2021

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.

Justin Ellingwood
Justin Ellingwood
Full Stack Type Safety with Angular, Nest, Nx, and Prisma
EducationJanuary 19, 2021Updated July 10, 2026

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.

Ryan Chenkie
Ryan Chenkie
Build an App With Svelte and TypeScript
EducationDecember 17, 2020

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.

Ryan Chenkie
Ryan Chenkie
Nexus 1.0: A Major Release for Type-Safe, Code-First GraphQL APIs
December 14, 2020

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.

Ryan Chenkie
Ryan Chenkie
Jamstack with Next.js and Prisma
December 11, 2020

Jamstack with Next.js and Prisma

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

Daniel Norman
Daniel Norman
Prisma Migrate Preview - Database Migrations Simplified
December 8, 2020

Prisma Migrate Preview - Database Migrations Simplified

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

Daniel Norman
Daniel Norman
Learn TypeScript: A Pocketguide Tutorial
November 17, 2020

Learn TypeScript: A Pocketguide Tutorial

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

Ryan Chenkie
Ryan Chenkie
Prisma Studio - A Visual Interface for Your Database
November 3, 2020

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.

Hervé Labas
Hervé Labas
Prisma 2.10 Adds Preview Support for Microsoft SQL Server
October 28, 2020

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.

Daniel Norman
Daniel Norman
Backend with TypeScript, PostgreSQL & Prisma: CI & Deployment
September 17, 2020Updated July 3, 2026

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.

Daniel Norman
Daniel Norman
Backend with TypeScript, PostgreSQL & Prisma: Authentication & Authorization
September 10, 2020Updated July 3, 2026

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.

Daniel Norman
Daniel Norman