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
Copy file name to clipboardExpand all lines: src/content/docs/hyperdrive/reference/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can use this to configure restrictions in your database firewall to restrict
19
19
20
20
Hyperdrive does not support [D1](/d1) because D1 provides fast connectivity from Workers by design.
21
21
22
-
Hyperdrive is designed to speed up connectivity to traditional, regional SQL databases.
22
+
Hyperdrive is designed to speed up connectivity to traditional, regional SQL databases such as PostgreSQL. These databases are typically accessed using database drivers that communicate over TCP/IP.
23
23
Unlike D1, creating a secure database connection to a traditional SQL database
24
24
involves multiple round trips between the client (your Worker) and your database server.
25
25
See [How Hyperdrive works](/hyperdrive/configuration/how-hyperdrive-works/) for more detail on why round trips are needed
0 commit comments