Skip to content

Cloudflare Workers support relational database integrations #16249

Open
@stayallive

Description

@stayallive

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions