Skip to content

Commit 4649fa1

Browse files
committed
add supported dbs and redirects
1 parent b57e70e commit 4649fa1

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

public/__redirects

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,24 @@
15711571
/hyperdrive/learning/ /hyperdrive/configuration/ 301
15721572
/hyperdrive/reference/metrics/ /hyperdrive/observability/metrics/ 301
15731573
/hyperdrive/reference/troubleshooting/ /hyperdrive/observability/troubleshooting/ 301
1574+
/hyperdrive/examples/aws-rds-aurora/ /hyperdrive/examples/connect-to-postgres/aws-rds-aurora/ 301
1575+
/hyperdrive/examples/azure/ /hyperdrive/examples/connect-to-postgres/azure/ 301
1576+
/hyperdrive/examples/cockroachdb/ /hyperdrive/examples/connect-to-postgres/cockroachdb/ 301
1577+
/hyperdrive/examples/digital-ocean/ /hyperdrive/examples/connect-to-postgres/digital-ocean/ 301
1578+
/hyperdrive/examples/google-cloud-sql/ /hyperdrive/examples/connect-to-postgres/google-cloud-sql/ 301
1579+
/hyperdrive/examples/materialize/ /hyperdrive/examples/connect-to-postgres/materialize/ 301
1580+
/hyperdrive/examples/neon/ /hyperdrive/examples/connect-to-postgres/neon/ 301
1581+
/hyperdrive/examples/nile/ /hyperdrive/examples/connect-to-postgres/nile/ 301
1582+
/hyperdrive/examples/pgedge/ /hyperdrive/examples/connect-to-postgres/pgedge/ 301
1583+
/hyperdrive/examples/supabase/ /hyperdrive/examples/connect-to-postgres/supabase/ 301
1584+
/hyperdrive/examples/timescale/ /hyperdrive/examples/connect-to-postgres/timescale/ 301
1585+
/hyperdrive/examples/xata/ /hyperdrive/examples/connect-to-postgres/xata/ 301
1586+
/hyperdrive/examples/fly/ /hyperdrive/examples/connect-to-postgres/fly/ 301
1587+
1588+
1589+
/hyperdrive/reference/supported-databases/ /hyperdrive/reference/supported-databases-and-features/ 301
1590+
/hyperdrive/configuration/connect-to-postgres/ /hyperdrive/examples/connect-to-postgres/ 301
1591+
15741592

15751593
# zaraz
15761594

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

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,25 @@ sidebar:
99

1010
Details on which database engines and/or specific database providers are supported are detailed in the following table.
1111

12-
| Database Engine | Supported | Known supported versions | Details |
13-
| --------------- | ------------------------ | ------------------------ | ---------------------------------------------------------------------------------------------------- |
14-
| PostgreSQL || `9.0` to `16.x` | Both self-hosted and managed (AWS, Google Cloud, Oracle) instances are supported. |
15-
| Neon || All | Neon currently runs Postgres 15.x |
16-
| Supabase || All | Supabase currently runs Postgres 15.x |
17-
| Timescale || All | See the [Timescale guide](/hyperdrive/examples/timescale/) to connect. |
18-
| Materialize || All | Postgres-compatible. Refer to the [Materialize guide](/hyperdrive/examples/materialize/) to connect. |
19-
| CockroachDB || All | Postgres-compatible. Refer to the [CockroachDB](/hyperdrive/examples/cockroachdb/) guide to connect. |
20-
| MySQL | Coming soon | | |
21-
| SQL Server | Not currently supported. | | |
22-
| MongoDB | Not currently supported. | | |
12+
| Database Engine | Supported | Known supported versions | Details |
13+
| --------------- | ------------------------ | ------------------------ | ---------------------------------------------------------------------------------------- |
14+
| PostgreSQL || `9.0` to `16.x` | Both self-hosted and managed (AWS, Azure, Google Cloud, Oracle) instances are supported. |
15+
| MySQL || `5.7` to `8.x` | Both self-hosted and managed (AWS, Azure, Google Cloud, Oracle) instances are supported. |
16+
| SQL Server | Not currently supported. | | |
17+
| MongoDB | Not currently supported. | | |
18+
19+
## Supported database providers
20+
21+
The following is a non-exhaustive list of database providers:
22+
23+
| Database Engine | Supported | Known supported versions | Details |
24+
| --------------- | --------- | ------------------------ | ---------------------------------------------------------------------------------------------------- |
25+
| Neon || All | Neon currently runs Postgres 15.x |
26+
| Supabase || All | Supabase currently runs Postgres 15.x |
27+
| Timescale || All | See the [Timescale guide](/hyperdrive/examples/timescale/) to connect. |
28+
| Materialize || All | Postgres-compatible. Refer to the [Materialize guide](/hyperdrive/examples/materialize/) to connect. |
29+
| CockroachDB || All | Postgres-compatible. Refer to the [CockroachDB](/hyperdrive/examples/cockroachdb/) guide to connect. |
30+
| Planetscale || All | Planetscale currently runs MySQL 8.x |
2331

2432
## Supported PostgreSQL authentication modes
2533

0 commit comments

Comments
 (0)