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
27
21
-
22
28
</Description>
23
29
24
30
<Plantype="workers-paid" />
25
31
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.
32
+
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.
33
+
34
+
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.
35
+
36
+
Use Hyperdrive's connection string from your Cloudflare Workers application with your existing Postgres drivers and object-relational mapping (ORM) libraries:
Get started [using Hyperdrive from a Workers application](/hyperdrive/get-started/).
93
+
94
+
</TabItem>
95
+
</Tabs>
27
96
28
-
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
-
***
97
+
---
31
98
32
99
## Features
33
100
34
101
<Featureheader="Connect your database"href="/hyperdrive/get-started/"cta="Connect Hyperdrive to your database">
35
102
36
103
Connect Hyperdrive to your existing database and deploy a [Worker](/workers/) that queries it.
37
104
38
-
39
105
</Feature>
40
106
41
107
<Featureheader="PostgreSQL support"href="/hyperdrive/configuration/connect-to-postgres/"cta="Connect Hyperdrive to your PostgreSQL database">
42
108
43
109
Hyperdrive allows you to connect to any PostgreSQL or PostgreSQL-compatible database.
44
110
45
-
46
111
</Feature>
47
112
48
113
<Featureheader="Query Caching"href="/hyperdrive/configuration/query-caching/"cta="Learn about Query Caching">
49
114
50
115
Use Hyperdrive to cache the most popular queries executed against your database.
0 commit comments