Skip to Content

unixodbc v2.3.14

Created
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

Unspecified

# Supported Platforms

linux | osx

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

# Dependents

# Host Dependents

No dependents.

# Contributors

  • kreuzerkrieg's avatar kreuzerkrieg
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • nicole mazzuca's avatar nicole mazzuca
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort
  • Michal Cepek's avatar Michal Cepek
  • Thomas1664's avatar Thomas1664
  • reito's avatar reito
  • Kai Pastor's avatar Kai Pastor

# Changelog

# Source