Blame SOURCES/README.dist

61e67b
About unixODBC in this distribution
61e67b
-----------------------------------
61e67b
61e67b
In addition to the unixODBC package itself, you will want to install some
61e67b
or all of these related packages:
61e67b
61e67b
mysql-connector-odbc	MySQL driver, needed to connect to MySQL databases
61e67b
postgresql-odbc		PostgreSQL driver, needed to connect to PostgreSQL
61e67b
unixODBC-gui-qt		Optional configuration management and test programs
61e67b
61e67b
61e67b
The recommended driver definition for MySQL 8 is:
61e67b
61e67b
[MySQL]
61e67b
Description	= ODBC for MySQL 8
61e67b
Driver		= /usr/lib/libmyodbc8.so
61e67b
Driver64	= /usr/lib64/libmyodbc8.so
61e67b
FileUsage	= 1
61e67b
61e67b
You can adjust the name (in square brackets) and the description, but
61e67b
the other items should usually be used verbatim.
61e67b
61e67b
The recommended driver definition for PostgreSQL is:
61e67b
61e67b
[PostgreSQL]
61e67b
Description	= ODBC for PostgreSQL
61e67b
Driver		= /usr/lib/psqlodbcw.so
61e67b
Setup		= /usr/lib/libodbcpsqlS.so
61e67b
Driver64	= /usr/lib64/psqlodbcw.so
61e67b
Setup64		= /usr/lib64/libodbcpsqlS.so
61e67b
FileUsage	= 1