Psqlodbc _best_ Link

Below is a general guide on how to create a simple report. For this example, let's assume you're using a Windows system, have installed the psqlODBC driver, and have a basic understanding of SQL and reporting tools.

brew install psqlodbc

# ODBC Connection string conn_str = 'DRIVER=PostgreSQL ODBC Driver;SERVER=localhost;PORT=5432;DATABASE=mydb;UID=myuser;PWD=mypassword' psqlodbc

sudo apt install odbc-postgresql