Connecting to a PostgreSQL DB on CloudSQL via Python server running on Cloud Run
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...
vic0de.hashnode.dev4 min read