Connecting to a PostgreSQL DB on CloudSQL via Python server running on Cloud Run
May 8, 2024 · 4 min read · Once we have our PostgreSQL database running on CloudSQL, with the flag cloudsql.iam_authentication set to on. We can now have a look at how we could create a Python FastAPI backend that connects to the database. Let's start by creating a project fol...
Join discussion



