Skip to content

unixodbcv2.3.14

Updated

unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX

#Usage

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

#License

Not declared in the port manifest

#Supported Platforms

linux | osx

  • linux
  • osx
  • uwp
  • windows

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and 2 transitive dependencies:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • kreuzerkrieg's avatarkreuzerkrieg
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • nicole mazzuca's avatarnicole mazzuca
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • Michal Cepek's avatarMichal Cepek
  • Thomas1664's avatarThomas1664
  • reito's avatarreito
  • Kai Pastor's avatarKai Pastor

#Changelog