← Back to Blog
Daniel Norman
Author · 16 posts

Daniel Norman

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.

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.

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.

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.

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

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.

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

EducationApril 20, 2021

Application Monitoring Best Practices

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

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

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.

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

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.

September 17, 2020

Backend with TypeScript, PostgreSQL & Prisma: CI & Deployment

Set up CI/CD for a TypeScript, PostgreSQL, and Prisma backend with GitHub Actions, automated tests, and Heroku deployment.

September 10, 2020

Backend with TypeScript, PostgreSQL & Prisma: Authentication & Authz

Secure a TypeScript and PostgreSQL backend with Prisma, passwordless authentication, JWTs, and authorization rules using Hapi.

August 20, 2020

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

Build a REST API with TypeScript, PostgreSQL, Prisma, and Hapi, then add validation and tests for CRUD endpoints.

July 30, 2020

Backend with TypeScript PostgreSQL & Prisma: Data Modeling & CRUD

Learn how to model data, perform CRUD operations, and query aggregates in a TypeScript and PostgreSQL backend built with Prisma.