Hyperdrive now automatically configures your Cloudflare Tunnel to connect to your private database. When creating a Hyperdrive configuration for a private database, you only need to provide your database credentials and set up a Cloudflare Tunnel within the private network where your database is accessible. Hyperdri...
Hyperdrive - Automatic configuration for private databases on Hyperdrive
Cloudflare Developer Platform Changelog · 2025-01-28
Related items
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...
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 introduces support for MySQL and MySQL-compatible databases
Hyperdrive now supports connecting to MySQL and MySQL-compatible databases, including Amazon RDS and Aurora MySQL, Google Cloud SQL for MySQL, Azure Database for MySQL, PlanetScale and MariaDB. Hyperdrive makes your regional, MySQL databases fast when connecting from Cloudflare Workers. It eliminates unnecessary net...
Hyperdrive - Hyperdrive achieves FedRAMP Moderate-Impact Authorization
Hyperdrive has been approved for FedRAMP Authorization and is now available in the FedRAMP Marketplace . FedRAMP is a U.S. government program that provides standardized assessment and authorization for cloud products and services. As a result of this product update, Hyperdrive has been approved as an authorized serv...
Hyperdrive - Connect to remote databases during local development with wrangler dev
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...
Workers - Configure your framework for Cloudflare automatically
Wrangler now supports automatic configuration for popular web frameworks in experimental mode, making it even easier to deploy to Cloudflare Workers. Previously, if you wanted to deploy an application using a popular web framework like Next.js or Astro, you had to follow tutorials to set up your application for depl...