Original text is not available for public display.
Hyperdrive - Connect to remote databases during local development with wrangler dev
Cloudflare Developer Platform Changelog · 2025-12-04
Related items
Workers - Remote bindings GA - Connect to remote resources (D1, KV, R2, etc.) during local development
Three months ago we announced the public beta of remote bindings for local development. Now, we're excited to say that it's available for everyone in Wrangler, Vite, and Vitest without using an experimental flag! With remote bindings, you can now connect to deployed resources like R2 buckets and D1 databases while r...
Workers - Remote bindings (beta) now works with Next.js — connect to remote resources (D1, KV, R2, etc.) during local development
We recently announced our public beta for remote bindings , which allow you to connect to deployed resources running on your Cloudflare account (like R2 buckets or D1 databases ) while running a local development session. Now, you can use remote bindings with your Next.js applications through the @opennextjs/cloudfl...
Workers - Remote bindings public beta - Connect to remote resources (D1, KV, R2, etc.) during local development
Today we announced the public beta of remote bindings for local development. With remote bindings, you can now connect to deployed resources like R2 buckets and D1 databases while running Worker code on your local machine. This means you can test your local code changes against real data and services, without the ov...
Hyperdrive - Hyperdrive now supports configuring the amount of database connections
You can now specify the number of connections your Hyperdrive configuration uses to connect to your origin database. All configurations have a minimum of 5 connections. The maximum connection count for a Hyperdrive configuration depends on the Hyperdrive limits of your Workers plan . This feature allows you to right...
Hyperdrive - Hyperdrive support for private databases with Workers VPC
You can now connect Hyperdrive to a private database through a Workers VPC service . This is the recommended way to connect Hyperdrive to a private database that is not exposed to the public Internet. When creating a Hyperdrive configuration in the Cloudflare dashboard, choose Connect to private database and then Wo...
Workflows, Workers - All Wrangler commands for Workflows now support local development
All wrangler workflows commands now accept a --local flag to target a Workflow running in a local wrangler dev session instead of the production API. You can now manage the full Workflow lifecycle locally, including triggering Workflows, listing instances, pausing, resuming, restarting, terminating, and sending even...