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
Turn your existing regional database into a globally distributed database.
20
28
21
-
22
29
</Description>
23
30
24
31
<Plantype="workers-paid" />
25
32
26
-
Hyperdrive is a service that accelerates queries you make to existing databases, making it faster to access your data from across the globe, irrespective of your users' location. Hyperdrive supports any Postgres database, including those hosted on AWS, Google Cloud and Neon, as well as Postgres-compatible databases like CockroachDB and Timescale, with MySQL coming soon.
33
+
Hyperdrive is a service that accelerates queries you make to existing databases, making it faster to access your data from across the globe from [Cloudflare Workers](/workers/), irrespective of your users' location.
34
+
35
+
Hyperdrive supports any Postgres database, including those hosted on AWS, Google Cloud and Neon, as well as Postgres-compatible databases like CockroachDB and Timescale, with MySQL coming soon. You do not need to write new code or replace your favorite tools: Hyperdrive works with your existing code and tools you use.
36
+
37
+
Use Hyperdrive's connection string from your Cloudflare Workers application with your existing Postgres drivers and object-relational mapping (ORM) libraries:
Use your existing Postgres drivers and object-relational mapping (ORM) libraries of your choice without any changes. Hyperdrive gives you a connection string that looks just like any other. You do not need to write new code or replace your favorite tools: Hyperdrive works with the ones you already use.
29
-
30
-
***
99
+
---
31
100
32
101
## Features
33
102
34
103
<Featureheader="Connect your database"href="/hyperdrive/get-started/"cta="Connect Hyperdrive to your database">
35
104
36
105
Connect Hyperdrive to your existing database and deploy a [Worker](/workers/) that queries it.
37
106
38
-
39
107
</Feature>
40
108
41
109
<Featureheader="PostgreSQL support"href="/hyperdrive/configuration/connect-to-postgres/"cta="Connect Hyperdrive to your PostgreSQL database">
42
110
43
111
Hyperdrive allows you to connect to any PostgreSQL or PostgreSQL-compatible database.
44
112
45
-
46
113
</Feature>
47
114
48
115
<Featureheader="Query Caching"href="/hyperdrive/configuration/query-caching/"cta="Learn about Query Caching">
49
116
50
117
Use Hyperdrive to cache the most popular queries executed against your database.
0 commit comments