Skip to content

Commit 8991c95

Browse files
authored
Update supported-databases-and-features.mdx (#21725)
1 parent ba9ac65 commit 8991c95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

1919
## Supported database providers
2020

21-
The following is a non-exhaustive list of 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.
22+
23+
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:
2224

2325
| Database Engine | Supported | Known supported versions | Details |
2426
| --------------- | --------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
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/). |
2528
| Neon || All | Neon currently runs Postgres 15.x |
2629
| Supabase || All | Supabase currently runs Postgres 15.x |
2730
| Timescale || All | See the [Timescale guide](/hyperdrive/examples/connect-to-postgres/timescale/) to connect. |

0 commit comments

Comments
 (0)