Quick questions - in the demo, a new connection is opened for each request (if I'm right). Won't thi

Quick questions - in the demo, a new connection is opened for each request (if I'm right). Won't this overload the PostgreSQL server when there're for example thousands of requests each second?

Also, I've created a Hyperdrive Id using wrangler. Should the dashboard in cloudflare change, or will it stay like this?

And last - in local development, I can't access the database (works in prod after wrangler deploy). I'm receiving the following error:
Cannot read properties of undefined (reading 'connectionString')

Do I need to add any parameters to the dev start up?

Thank you!
image.png
Was this page helpful?