Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ The following table shows which database engines and/or specific database provid

## Supported database providers

The following is a non-exhaustive list of database providers:
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.

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:

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