1. Home
  2. Browse
  3. unixodbc

unixodbc

v2.3.14#0Latest

The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.

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.14#0

Publication

Supports

linux | osx

GitHub

lurcher/unixODBC135

Homepage

github.com/lurcher/unixODBC

Subtree

8ce02b3d9a

License

Complex license

Definition

Manifest