Skip to content

Commit 0410c7b

Browse files
committed
Fixing invalid links
1 parent 721b41e commit 0410c7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/docs/hyperdrive/reference/supported-databases-and-features.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ The following table shows which database engines and/or specific database provid
1818

1919
## Supported database providers
2020

21-
Hyperdrive supports managed Postgres and MySQL databases provided by various providers, including AWS, Azure, and GCP. Refer to [Examples](/hyperdrive/examples/connect-to-postgres/) to see how to connect to various database providers.
21+
Hyperdrive supports managed Postgres and MySQL databases provided by various providers, including AWS, Azure, and GCP. Refer to [Examples](/hyperdrive/examples/connect-to-postgres/) to see how to connect to various database providers.
2222

2323
Hyperdrive also supports databases that are compatible with the Postgres or MySQL protocol. The following is a non-exhaustive list of Postgres or MySQL-compatible database providers:
2424

2525
| Database Engine | Supported | Known supported versions | Details |
2626
| --------------- | --------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
27-
| AWS Aurora || All | Postgres-compatible and MySQL-compatible. Refer to AWS Aurora examples for [MySQL](/hyperdrive/examples/connect-to-mysql/aws-rds-aurora/) and [Postgres](/hyperdrive/examples/connect-to-postgres/aws-rds-aurora/). |
27+
| AWS Aurora || All | Postgres-compatible and MySQL-compatible. Refer to AWS Aurora examples for [MySQL](/hyperdrive/examples/connect-to-mysql/mysql-database-providers/aws-rds-aurora/) and [Postgres](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/aws-rds-aurora/). |
2828
| Neon || All | Neon currently runs Postgres 15.x |
2929
| Supabase || All | Supabase currently runs Postgres 15.x |
30-
| Timescale || All | See the [Timescale guide](/hyperdrive/examples/connect-to-postgres/timescale/) to connect. |
31-
| Materialize || All | Postgres-compatible. Refer to the [Materialize guide](/hyperdrive/examples/connect-to-postgres/materialize/) to connect. |
32-
| CockroachDB || All | Postgres-compatible. Refer to the [CockroachDB](/hyperdrive/examples/connect-to-postgres/cockroachdb/) guide to connect. |
30+
| Timescale || All | See the [Timescale guide](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/timescale/) to connect. |
31+
| Materialize || All | Postgres-compatible. Refer to the [Materialize guide](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/materialize/) to connect. |
32+
| CockroachDB || All | Postgres-compatible. Refer to the [CockroachDB](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/cockroachdb/) guide to connect. |
3333
| Planetscale || All | Planetscale currently runs MySQL 8.x |
3434
| MariaDB || All | MySQL-compatible. |
3535

src/content/docs/workers/databases/connecting-to-databases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ D1 is Cloudflare's own SQL-based, serverless database. It is optimized for globa
2626
Traditional databases use SQL drivers that use [TCP sockets](/workers/runtime-apis/tcp-sockets/) to connect to the database. TCP is the de-facto standard protocol that many databases, such as PostgreSQL and MySQL, use for client connectivity.
2727
These drivers are also widely compatible with your preferred ORM libraries and query builders.
2828

29-
This also includes serverless databases that are PostgreSQL or MySQL-compatible like [Supabase](/hyperdrive/examples/connect-to-postgres/neon/), [Neon](/hyperdrive/examples/connect-to-postgres/neon/) or [PlanetScale](/hyperdrive/examples/connect-to-mysql/planetscale/),
29+
This also includes serverless databases that are PostgreSQL or MySQL-compatible like [Supabase](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/supabase/), [Neon](/hyperdrive/examples/connect-to-postgres/postgres-database-providers/neon/) or [PlanetScale](/hyperdrive/examples/connect-to-mysql/mysql-database-providers/planetscale/),
3030
which can be connected to using both native [TCP sockets and Hyperdrive](/hyperdrive/) or [serverless HTTP-based drivers](/workers/databases/connecting-to-databases/#serverless-databases) (detailed below).
3131

3232
| Database | Integration | Library or Driver | Connection Method |

0 commit comments

Comments
 (0)