In this short tutorial, I explain the steps to set up PostgreSQL local instance running in Docker and using python to interact with the Database. Below steps have been taken to set up the process.
- Setting up docker for PostgreSQL
- Connecting Postgres with Pgadmin4
- Interacting with Postgresql using Python
This article was initially published on Medium.