The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
unixodbc provides CMake targets:
# unixODBC Driver Manager library
find_package(unofficial-unixodbc CONFIG REQUIRED)
target_link_libraries(main PRIVATE (unofficial::unixodbc::odbc)
unixodbc provides pkg-config modules:
# unixODBC Driver Manager library
odbc
# unixODBC Cursor Library
odbccr
# unixODBC Configuration Library
odbcinst
v2.3.14#0
linux | osx
Complex license
Manifest