How to Connect to PostgreSQL database using Python September 8, 2021June 11, 2024 Sreeram Sreenivasan Leave a comment PostgreSQL, Python Sometimes you may need to connect to PostgreSQL database and send SQL queries. Here is how to do it. Continue reading