Description
ODBC database access can be added to Windows-targeted applications through a predictable C API. Developers use unixODBC when software needs to connect to different data sources through ODBC drivers.
It is a database connectivity layer, not a database server. Applications must protect credentials, configure drivers correctly, and handle network or data-source trust.