You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Hyperdrive now supports clear-text password authentication
10
+
description: |-
11
+
When connecting to a database that requires secure clear-text password authentication over TLS, Hyperdrive will now support this authentication method.
12
+
13
+
Refer to the documentation to see [all PostgreSQL authentication modes supported by Hyperdrive](/hyperdrive/reference/supported-databases#supported-postgresql-authentication-modes).
8
14
- publish_date: "2024-10-30"
9
15
title: New Hyperdrive configurations to private databases using Tunnels are validated before creation
| PostgreSQL | ✅ |`9.0` to `16.x`| Both self-hosted and managed (AWS, Google Cloud, Oracle) instances are supported. |
16
-
| Neon | ✅ | All | Neon currently runs Postgres 15.x |
17
-
| Supabase | ✅ | All | Supabase currently runs Postgres 15.x |
18
-
| Timescale | ✅ | All | See the [Timescale guide](/hyperdrive/examples/timescale/) to connect. |
19
-
| Materialize | ✅ | All | Postgres-compatible. Refer to the [Materialize guide](/hyperdrive/examples/materialize/) to connect. |
20
-
| CockroachDB | ✅ | All | Postgres-compatible. Refer to the [CockroachDB](/hyperdrive/examples/cockroachdb/) guide to connect. |
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. |
21
20
| MySQL | Coming soon |||
22
21
| SQL Server | Not currently supported. |||
23
22
| MongoDB | Not currently supported. |||
23
+
24
+
## Supported PostgreSQL authentication modes
25
+
26
+
Hyperdrive supports the following [authentication modes](https://www.postgresql.org/docs/current/auth-methods.html) for connecting to PostgreSQL databases:
0 commit comments