Vishnu Dileeshvic0de.com·May 8, 2024Connecting to a PostgreSQL DB on CloudSQL via Python server running on Cloud RunOnce 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...Discuss·34 readscloudsql