We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
mysql
mysql2
pg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andpg
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.The text was updated successfully, but these errors were encountered: