June 18, 2025

ORM 6.10.0, New Features for Prisma Postgres, Remote MCP & More

This week comes packed with major improvements for Prisma Postgres & Prisma ORM: Better local development, UI workflows in VS Code for viewing & managing local DBs, new features for Prisma Postgres, a remote MCP server & more!

ORM 6.10.0, New Features for Prisma Postgres, Remote MCP & More

New features for Prisma Postgres

Prisma Postgres is the first serverless database with always-on performance, thanks to its innovative unikernel architecture. This week, we're bringing major improvements to it!

Local Prisma Postgres now works with any ORM & tool

We recently released direct connections for remote Prisma Postgres so that you can now use it with your favorite ORM or database tool (yes, Drizzle too 😉). As of this release, this is also possible for your local Prisma Postgres instances.

To try it, run the prisma dev command and use the direct connection string starting with postgres:// in order to connect from any tool.

More visual DB workflows in VS Code

We recently released a database management UI as part of the Prisma VS Code extension to enable visual database management workflows for Prisma Postgres.

Manage local Prisma Postgres instances in VS Code

In the latest release, we added new functionality to it: You can now manage multiple local Prisma Postgres instances via the same UI.

To try it, find the Prisma logo in VS Code's sidebar and start managing your local Prisma Postgres instances (no Docker required).

"Push to Cloud": Easily deploy a local Prisma Postgres instance in VS Code

Local Prisma Postgres instances are perfect for development, but how do you go from local to remote once you're ready to deploy?

The database management UI in VS Code now has a Push to Cloud button that makes it easy to deploy your local Prisma Postgres so that you can connect to it from your deployed applications.

Let your favorite AI tool manage Prisma Postgres via remote MCP

We just released a new remote MCP server that helps you manage Prisma Postgres instances! It enables your AI tools to help with these workflows:

  • Managing databases and connection strings
  • Creating and re-instantiating backups
  • Querying databases via plain SQL
  • Introspecting database schemas

You can start it using the npx -y mcp-remote https://mcp.prisma.io/mcp command or integrate it in your favorite AI tool via the standard MCP config:

Here the MCP server is in action, creating a new database directly in the Warp AI terminal:

Prisma ORM v6.10.0 with major improvements

We just released Prisma ORM v6.10.0 with some new highlights, read more below!

No Rust engines for MS SQL Server & PlanetScale (Preview)

We are in the process of removing the Rust engines from Prisma ORM. If you want to try this, you can configure your generator like this:

In this release, we are excited to move the queryCompiler (which enables using Prisma ORM without Rust engines) into Preview for MS SQL Server and PlanetScale databases.

Here's how to use it with MS SQL Server. First, make sure to re-generate Prisma Client for the changes on your generator to take effect:

Then, install the required driver adapter:

Once installed, you can instantiate PrismaClient as follows:

No more hassle with query engines, binary targets and an even smoother experience in serverless and edge environments!

Support for shard keys on PlanetScale (Preview)

AI has increased both the demand for software and new software being built. To deal with this high demand and the heavy workloads it creates, AI companies need to make sure their database is scalable and performant. As a lot of these AI tools already use Prisma ORM, we are adding better support for sharding when using PlanetScale, a popular database of choice for workloads like this.

We are introducing the new @shardKey and @@shardKey attributes in the Prisma schema to natively support sharding on PlanetScale. You can apply these to the fields in your models that should serve as shard keys in your database setup:

Note that using this feature requires setting the shardKeys Preview features flag on your Prisma Client generator:

Performance improvements for prisma migrate dev

We improved the prisma migrate dev command by optimizing the interactions with the shadow database. Our measurements show a 2x improvement in speed for some databases!

Try out the new features & share your feedback

This week we released major improvement, both for Prisma Postgres and for Prisma ORM: Better local development, more elaborate UI workflows in VS Code, manual backups for Prisma Postgres, a remote MCP server to enable Prisma Postgres workflows in AI tools, a Rust-free preview of Prisma ORM for MySQL, PlanetScale and MSSQL, and more.

If you're using any of these features, we want to know what you think! Join the discussion on Discord, and ping us on X.

Don’t miss the next post!

Sign up for the Prisma Newsletter