---
title: "The migration to Prisma was so smooth that none of their hundreds of agents and customers experienced any downtime."
url: https://daily.dev/posts/the-migration-to-prisma-was-so-smooth-that-none-of-their-hundreds-of-agents-and-customers-experience-8mph5wib8
source_url: https://www.prisma.io/blog/how-migrating-from-Sequelize-to-Prisma-allowed-Invisible-to-scale-i4pz2mwu6q
type: article
source: "Prisma Blog"
published: 2026-05-31T07:45:29.349Z
updated: 2026-05-31T09:15:56.222Z
tags: ["nodejs", "typescript", "postgresql", "prisma"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The migration to Prisma was so smooth that none of their hundreds of agents and customers experienced any downtime.

**[Prisma Blog](https://daily.dev/sources/prisma-blog)** · 7 min read · 0 upvotes · 0 comments

## Summary

Invisible, a B2B productivity startup, migrated from Sequelize to Prisma as part of a full tech stack refactor. The migration was done gradually alongside the existing Sequelize client, using Prisma introspect to build a new schema from their existing database. A new serverless GraphQL API on Vercel with Postgres was created in parallel, allowing high-volume requests to be shifted off Heroku dynos without any downtime for hundreds of agents and customers. The team ultimately replaced GraphQL/Apollo with tRPC, leveraging Prisma's auto-generated types for full end-to-end type safety across their TypeScript stack. The gradual approach enabled continuous feature development while incrementally deprecating the old Heroku monolith.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.prisma.io/blog/how-migrating-from-Sequelize-to-Prisma-allowed-Invisible-to-scale-i4pz2mwu6q>

## Similar posts on daily.dev

- [Prisma Is Building the Stack for the Next Million Products](https://daily.dev/posts/prisma-is-building-the-stack-for-the-next-million-products-r2r9wxzm4) · Prisma Blog · 0 upvotes · 0 comments

---

Tags: [#nodejs](https://daily.dev/tags/nodejs), [#typescript](https://daily.dev/tags/typescript), [#postgresql](https://daily.dev/tags/postgresql), [#prisma](https://daily.dev/tags/prisma)

[View this post on daily.dev](https://daily.dev/posts/the-migration-to-prisma-was-so-smooth-that-none-of-their-hundreds-of-agents-and-customers-experience-8mph5wib8)
