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/workers/databases/connecting-to-databases.mdx
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Cloudflare Workers can connect to and query your data in both SQL and NoSQL data
11
11
12
12
- Cloudflare's own [D1](/d1/), a serverless SQL-based database.
13
13
- Traditional hosted relational databases, including Postgres and MySQL, using [Hyperdrive](/hyperdrive/) (recommended) to significantly speed up access.
14
-
- Serverless databases, including Supabase, MongoDB Atlas, PlanetScale, FaunaDB, and Prisma.
14
+
- Serverless databases, including Supabase, MongoDB Atlas, PlanetScale, and Prisma.
15
15
16
16
### D1 SQL database
17
17
@@ -49,16 +49,15 @@ Serverless databases provide HTTP-based proxies and drivers, also known as serve
49
49
50
50
By providing a way to query your database with HTTP, these serverless databases and drivers eliminate several roundtrips needed to establish a secure connection.
|[Fauna](https://docs.fauna.com/fauna/current/build/integration/cloudflare/)|[Yes](/workers/databases/native-integrations/fauna/)|[fauna](https://github.com/fauna/fauna-js)| API through client library |
55
-
|[PlanetScale](https://planetscale.com/blog/introducing-the-planetscale-serverless-driver-for-javascript)|[Yes](/workers/databases/native-integrations/planetscale/)|[@planetscale/database](https://github.com/planetscale/database-js)| API via client library |
56
-
|[Supabase](https://github.com/supabase/supabase/tree/master/examples/with-cloudflare-workers)|[Yes](/workers/databases/native-integrations/supabase/)|[@supabase/supabase-js](https://github.com/supabase/supabase-js)| API via client library |
57
-
|[Prisma](https://www.prisma.io/docs/guides/deployment/deployment-guides/deploying-to-cloudflare-workers)| No |[prisma](https://github.com/prisma/prisma)| API via client library |
58
-
|[Neon](https://blog.cloudflare.com/neon-postgres-database-from-workers/)|[Yes](/workers/databases/native-integrations/neon/)|[@neondatabase/serverless](https://neon.tech/blog/serverless-driver-for-postgres/)| API via client library |
59
-
|[Hasura](https://hasura.io/blog/building-applications-with-cloudflare-workers-and-hasura-graphql-engine/)| No | API | GraphQL API via fetch() |
60
-
|[Upstash Redis](https://blog.cloudflare.com/cloudflare-workers-database-integration-with-upstash/)|[Yes](/workers/databases/native-integrations/upstash/)|[@upstash/redis](https://github.com/upstash/upstash-redis)| API via client library |
61
-
|[TiDB Cloud](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-cloudflare)| No |[@tidbcloud/serverless](https://github.com/tidbcloud/serverless-js)| API via client library |
|[PlanetScale](https://planetscale.com/blog/introducing-the-planetscale-serverless-driver-for-javascript)|[Yes](/workers/databases/native-integrations/planetscale/)|[@planetscale/database](https://github.com/planetscale/database-js)| API via client library |
55
+
|[Supabase](https://github.com/supabase/supabase/tree/master/examples/with-cloudflare-workers)|[Yes](/workers/databases/native-integrations/supabase/)|[@supabase/supabase-js](https://github.com/supabase/supabase-js)| API via client library |
56
+
|[Prisma](https://www.prisma.io/docs/guides/deployment/deployment-guides/deploying-to-cloudflare-workers)| No |[prisma](https://github.com/prisma/prisma)| API via client library |
57
+
|[Neon](https://blog.cloudflare.com/neon-postgres-database-from-workers/)|[Yes](/workers/databases/native-integrations/neon/)|[@neondatabase/serverless](https://neon.tech/blog/serverless-driver-for-postgres/)| API via client library |
58
+
|[Hasura](https://hasura.io/blog/building-applications-with-cloudflare-workers-and-hasura-graphql-engine/)| No | API | GraphQL API via fetch() |
59
+
|[Upstash Redis](https://blog.cloudflare.com/cloudflare-workers-database-integration-with-upstash/)|[Yes](/workers/databases/native-integrations/upstash/)|[@upstash/redis](https://github.com/upstash/upstash-redis)| API via client library |
60
+
|[TiDB Cloud](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-cloudflare)| No |[@tidbcloud/serverless](https://github.com/tidbcloud/serverless-js)| API via client library |
0 commit comments