If you're in an experimenting mood, you can do vanilla TCP connections to your DB from Workers. It
If you're in an experimenting mood, you can do vanilla TCP connections to your DB from Workers. It usually goes about as well as the demo page suggests so we don't suggest it, but it'd give you the easy comparison.
https://developers.cloudflare.com/workers/tutorials/postgres/
https://developers.cloudflare.com/workers/tutorials/postgres/
Cloudflare Docs
In this tutorial, you will learn how to create a Cloudflare Workers application and connect it to a PostgreSQL database using TCP Sockets and Hyperdrive. The Workers application you create in this tutorial will interact with a product database inside of PostgreSQL.

