Software Engineering

Hyperdrive - Connect to remote databases during local development with wrangler dev

Cloudflare Developer Platform Changelog · 2025-12-04

You can now connect directly to remote databases and databases requiring TLS with wrangler dev . This lets you run your Worker code locally while connecting to remote databases, without needing to use wrangler dev --remote . The localConnectionString field and CLOUDFLAREHYPERDRIVELOCALCONNECTIONSTRINGBINDINGNAME env...

Feedback