# Install unixODBC (driver manager) brew install unixodbc brew install psqlodbc Example: SQL Server ODBC driver brew install msodbcsql18
odbcinst -j # Shows configuration files and installed drivers Once installed, you must often configure a DSN (Data Source Name) so applications can use the driver. odbc driver install
# Debian/Ubuntu apt-get install odbc-postgresql yum install postgresql-odbc # Install unixODBC (driver manager) brew install unixodbc
odbcinst -q -d # List installed drivers Using Homebrew (simplest): odbc driver install