Skip to content

Cloudflare Workers support relational database integrations #16249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stayallive opened this issue May 12, 2025 · 0 comments
Open

Cloudflare Workers support relational database integrations #16249

stayallive opened this issue May 12, 2025 · 0 comments
Labels

Comments

@stayallive
Copy link

Problem Statement

Cloudflare Workers support talking to various databases using Cloudflare Hyperdrive for example.

Currently only postgres and mysql are supported with the following drivers:

Most of these drivers already have integrations via the Node.js package.

Solution Brainstorm

Allow the various (relevant) Node.js database integrations to be available in Cloudflare workers.

As it looks mysql, mysql2 and pg is supported in the Node.js SDK (https://docs.sentry.io/platforms/javascript/guides/node/tracing/instrumentation/automatic-instrumentation/), they should (?) also work in a workers environment and with Hyperdrive make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants