Skip to content

Conversation

@thomasgauvin
Copy link
Contributor

No description provided.

@github-actions github-actions bot added size/m product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:workers Related to Workers product labels Jul 1, 2025
@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Jul 1, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Added support for connecting Hyperdrive to Prisma Postgres databases, enhancing documentation and examples for integration.

  • Introduced a new example for connecting Hyperdrive to a Prisma Postgres database.
  • Updated existing documentation to clarify the use of Hyperdrive with Prisma ORM and connection pooling.
  • Modified the PlanetScale integration documentation to highlight Hyperdrive as a connection option.

Modified Files

  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/google-cloud-sql.mdx
  • src/content/docs/workers/databases/third-party-integrations/planetscale.mdx
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Added Files

  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres.mdx
  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/hyperdrive/ @elithrar, @thomasgauvin, @sejoker, @oxyjun, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @kodster28, @cloudflare/wrangler, @cloudflare/workers-runtime-1, @cloudflare/wrangler

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2025

Preview URL: https://230c5a90.preview.developers.cloudflare.com
Preview Branch URL: https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/workers/tutorials/using-prisma-postgres-with-workers/ https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com/workers/tutorials/using-prisma-postgres-with-workers/
https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm/ https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm/
https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres/ https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-database-providers/prisma-postgres/
https://developers.cloudflare.com/workers/databases/third-party-integrations/planetscale/ https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com/workers/databases/third-party-integrations/planetscale/
https://developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-database-providers/google-cloud-sql/ https://thomasgauvin-add-prisma-postgres-hyperdrive.preview.developers.cloudflare.com/hyperdrive/examples/connect-to-postgres/postgres-database-providers/google-cloud-sql/

@aidankmcalister
Copy link
Contributor

Hello, I am a Developer Advocate for Prisma. We would be happy to review the Prisma section of this PR if you would like.

@thomasgauvin thomasgauvin force-pushed the thomasgauvin-add-prisma-postgres-hyperdrive branch from 168a778 to cce5d1d Compare August 15, 2025 21:14
- Add new Prisma ORM guide for Hyperdrive connection
- Update Google Cloud SQL documentation
- Add Hyperdrive tab to PlanetScale integration
- Add Hyperdrive tab to Prisma Postgres Workers tutorial
- Improve connection limit guidance for Prisma Postgres
@thomasgauvin
Copy link
Contributor Author

Cleaned up in https://github.com/cloudflare/cloudflare-docs/pull/24492/files, with only Prisma Postgres + Prisma ORM changes. Reviewing Prisma Postgres tutorial from Workers should be done in a separate PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.