Skip to content

Commit d29ead5

Browse files
authored
Apply suggestions from code review
1 parent 8681161 commit d29ead5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/changelog/hyperdrive/2025-04-08-hyperdrive-mysql-support.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ date: 2025-04-08T14:00:00Z
1010

1111
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.
1212

13-
Hyperdrive makes your regional, MySQL databases fast when connecting from Cloudflare Workers. It eliminates unnecessary network roundtrips
14-
during connection setup, pools database connections globally and can cache query results to provide the fastest possible response times.
13+
Hyperdrive makes your regional, MySQL databases fast when connecting from Cloudflare Workers. It eliminates unnecessary network roundtrips during connection setup, pools database connections globally, and can cache query results to provide the fastest possible response times.
1514

16-
Best of all, you can connect using your existing drivers, ORMs and query builders with Hyperdrive's secure credentials, no code changes required.
15+
Best of all, you can connect using your existing drivers, ORMs, and query builders with Hyperdrive's secure credentials, no code changes required.
1716

1817
Learn more about [how Hyperdrive works](/hyperdrive/configuration/how-hyperdrive-works/) and [get started with Hyperdrive for MySQL](/hyperdrive/get-started/).

0 commit comments

Comments
 (0)