Skip to content

Commit

Permalink
Update content/200-orm/200-prisma-client/500-deployment/301-edge/450-…
Browse files Browse the repository at this point in the history
…deploy-to-cloudflare.mdx

Co-authored-by: Jan Piotrowski <[email protected]>
  • Loading branch information
nikolasburk and janpio authored Mar 28, 2024
1 parent 6c032ff commit 21c563c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The edge-compatible drivers for Cloudflare Workers and Pages are:
- [PlanetScale Serverless](https://planetscale.com/docs/tutorials/planetscale-serverless-driver) uses HTTP to access the database
- [`node-postgres`](https://node-postgres.com/) (`pg`) uses Cloudflare's `connect()` (TCP) to access the database
- [`@libsql/client`](https://github.com/tursodatabase/libsql-client-ts) is used to access Turso databases via HTTP
- [Cloudflare D1](/orm/prisma-client/deployment/edge/deploy-to-cloudflare#d1) is used to access D1 databases via HTTP
- [Cloudflare D1](/orm/prisma-client/deployment/edge/deploy-to-cloudflare#d1) is used to access D1 databases

There's [also work being done](https://github.com/sidorares/node-mysql2/pull/2289) on the `node-mysql2` driver which will enable access to traditional MySQL databases from Cloudflare Workers and Pages in the future as well.

Expand Down

0 comments on commit 21c563c

Please sign in to comment.