unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX
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.12#1
linux | osx
Complex license
Manifest