1. Home
  2. Browse
  3. unixodbc

unixodbc

v2.3.12#0Go to latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install unixodbc

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

Dependencies

See source

Version

v2.3.12#0

Publication

Supports

linux | osx

GitHub

lurcher/unixODBC

Homepage

github.com/lurcher/unixODBC

Subtree

8006ed50b5

License

Complex license

Definition

Manifest