@@ -9,17 +9,25 @@ sidebar:
99
1010Details 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