Postgres Odbc Driver -
You will likely need to edit the odbcinst.ini (driver definition) and odbc.ini (DSN definition) files manually in /etc/ .
The (often referred to as psqlODBC ) is a critical middleware component that enables applications to communicate with PostgreSQL databases using the Open Database Connectivity (ODBC) standard . It serves as a universal translator, allowing tools like Microsoft Excel, Power BI, and custom C++/Python applications to execute SQL queries and retrieve data without needing to understand PostgreSQL's native protocol. Core Features and Capabilities PostgreSQL ODBC Driver for Windows, macOS, and Linux postgres odbc driver
sudo apt-get install odbc-postgresql