Can't get new PlanetScale databases billed to my Cloudflare account Cloudflare announced that starting next month, users will be able to create and bill PlanetScale databases directly from the Cloudflare dashboard, integrating Postgres and MySQL databases with Workers via Hyperdrive for improved performance and unified billing. Cloudflare announced our PlanetScale partnership last September to give Cloudflare Workers direct access to Postgres and MySQL databases for fast, full-stack applications. Soon, we’re bringing our technologies even closer: you’ll be able to create PlanetScale Postgres and MySQL databases directly from the Cloudflare dashboard and API, and have them billed to your Cloudflare account. You choose the data storage that fits your Worker application needs and keep a single system for billing as a Cloudflare self-serve or enterprise customer. Cloudflare credits like those given in our startup program or Cloudflare committed spend can be used towards PlanetScale databases. Postgres & MySQL for Workers SQL relational databases like Postgres and MySQL are a foundation of modern applications. In particular, Postgres has risen in developer popularity with its rich tooling ecosystem ORMs, GUIs, etc and extensions like pgvector for building vector search in AI-driven applications. Postgres is the default choice for most developers who need a powerful, flexible, and scalable database to power their applications. You can already connect your PlanetScale account and create Postgres databases directly from the Cloudflare dashboard https://dash.cloudflare.com/?to=/:account/workers/hyperdrive?modal=1 for your Workers. Starting next month, a new Cloudflare subscription will bill for new PlanetScale databases direct to your Cloudflare account as a self-serve or enterprise user. How to create PlanetScale databases via Cloudflare dashboard after your PlanetScale account is connected. Cloudflare billing is coming next month. With our built-in integration, PlanetScale databases automatically work with Workers using Hyperdrive, our database connectivity service. Hyperdrive service manages database connection pools and query caching to make database queries fast and reliable. You just add a binding to your Worker’s config file : // wrangler.jsonc file { "hyperdrive": { "binding": "DATABASE", "id":