To use the ODBC Driver for Postgres, follow these steps:
Open Database Connectivity (ODBC) is a low-level, high-performance API developed by Microsoft in the early 1990s. Its genius lies in its abstraction. An application written against the ODBC API does not need to know whether the underlying database is Oracle, SQL Server, MySQL, or PostgreSQL. The ODBC Driver Manager loads a database-specific driver at runtime, converting generic ODBC calls into the native protocol of the target database. For PostgreSQL, this means an application using Microsoft Access, Excel, Tableau, or a custom C++ program can treat PostgreSQL as if it were any other data source.