Hi @AutumnCicada! What database are you

Hi @AutumnCicada! What database are you connecting to? It would depend on that. Check out this doc, in the Connection Method, it will indicate how the connection is done. https://developers.cloudflare.com/workers/databases/connecting-to-databases/ There are 2 recommended ways to connect to databases from Workers, depending on your database type: Hyperdrive or API via client library. Traditional SQL databases (like traditional Postgres) should be connected to with Hyperdrive to ensure the connection works well and you don't exhaust your connection limits. Many newer database vendors also offer access to execute database queries via a client library ('API via client library' in the column), which doesn't require Hyperdrive. If you are adding the integration from the Cloudflare Workers page in the dashboard, those integrations don't require setting up Hyperdrive either.
1 Reply
autumncicada
autumncicada5mo ago
I'm using neon via cloudflare workers integrations so it looks like i don't need it! thanks for the help
Want results from more Discord servers?
Add your server