unixODBC
unixODBC is an open-source ODBC driver manager for Unix-like operating systems. It provides a standard API that allows applications to access data sources through ODBC drivers, decoupling application code from database-specific client libraries and enabling portable database access.
At the core, unixODBC supplies a Driver Manager library and a set of configuration utilities. The Driver
Configuration is handled via two main text files. The odbc.ini file defines data source names (DSNs), which
Platform support and usage: unixODBC is widely used on Linux and other Unix-like systems, including BSD variants
See also: ODBC, ODBC driver, DSN, FreeTDS, MySQL Connector/ODBC, PostgreSQL ODBC.