Prisma
Back to blog
Daniel Norman
Author · 16 posts

Daniel Norman

Enabling static egress IPs in the Prisma Data Platform
AnnouncementFebruary 9, 2022

Enabling static egress IPs in the Prisma Data Platform

Static egress IP support ensures that the Prisma Data Platform connects to your databases through public static IP addresses helping you keep your database secure.

Daniel Norman
Daniel Norman
Improving Prisma Migrate DX with two new commands
AnnouncementFebruary 3, 2022

Improving Prisma Migrate DX with two new commands

Learn how the new Prisma Migrate commands, migrate diff and db execute help troubleshooting schema migrations.

Daniel Norman
Daniel Norman
Prisma support for CockroachDB is now in Preview
AnnouncementFebruary 1, 2022

Prisma support for CockroachDB is now in Preview

Learn about the Preview release of the Prisma CockroachDB connector and the benefits of using Prisma with CockroachDB.

Daniel Norman
Daniel Norman
Improving the Prisma Visual Studio Code Extension with WebAssembly
AnnouncementDecember 1, 2021

Improving the Prisma Visual Studio Code Extension with WebAssembly

Learn about the Prisma schema and how we improved reliability and simplified the Prisma Visual Studio Extension with Rust and WebAssembly.

Daniel Norman
Daniel Norman
Microsoft SQL Server Support in Prisma is Production-Ready
AnnouncementSeptember 7, 2021

Microsoft SQL Server Support in Prisma is Production-Ready

Microsft SQL Server and Azure SQL support in Prisma is now Generally Available

Daniel Norman
Daniel Norman
Prisma Adopts Semantic Versioning (SemVer)
AnnouncementJuly 22, 2021

Prisma Adopts Semantic Versioning (SemVer)

We are adjusting Prisma's release policy to adhere more strictly to Semantic Versioning. In the future, breaking changes in the stable development surface (General Availability) will only be rolled out in major version increments.

Nikolas Burk
Daniel Norman
Nikolas Burk, Daniel Norman
Prisma 2.27 Adds Preview Support for MongoDB
AnnouncementJuly 14, 2021

Prisma 2.27 Adds Preview Support for MongoDB

Prisma support for MongoDB - bringing the power of type safety in Prisma to MongoDB

Daniel Norman
Daniel Norman
Application Monitoring Best Practices
EducationApril 20, 2021

Application Monitoring Best Practices

Learn the best practices for monitoring your application and how it fits into the development cycle.

Daniel Norman
Daniel Norman
Hassle-Free Database Migrations with Prisma Migrate
AnnouncementMarch 16, 2021

Hassle-Free Database Migrations with Prisma Migrate

Prisma Migrate is ready for use in production - Database schema migration tool with declarative data modeling and auto-generated, customizable SQL migrations

Daniel Norman
Daniel Norman
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
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, 2020

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, 2020

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
Backend with TypeScript, PostgreSQL & Prisma: REST, Validation & Tests
August 20, 2020

Backend with TypeScript, PostgreSQL & Prisma: REST, Validation & Tests

Build a REST API with TypeScript, PostgreSQL, Prisma ORM 7, and Hono, then add Zod validation and Vitest tests for CRUD endpoints.

Daniel Norman
Daniel Norman
Backend with TypeScript, PostgreSQL & Prisma: Data Modeling & CRUD
July 30, 2020

Backend with TypeScript, PostgreSQL & Prisma: Data Modeling & CRUD

Learn to design a PostgreSQL data model and run type-safe CRUD and aggregate queries with Prisma ORM 7 and TypeScript. Updated for the rust-free Prisma Client.

Daniel Norman
Daniel Norman