1. Home
  2. Browse
  3. libmysql

libmysql

v8.0.20#10Go to latest

A MySQL client library for C development

Install

Run the following Vcpkg command to install the port.

vcpkg install libmysql

Usage

The package libmysql provides CMake targets:

find_package(libmysql REQUIRED)
target_link_libraries(main PRIVATE ${MYSQL_LIBRARIES})

Dependencies

See source

Version

v8.0.20#10

Publication

Supports

!(windows & x86) & !uwp

GitHub

mysql/mysql-server

Homepage

github.com/mysql/mysql-server

Subtree

3e9d06463d

License

GPL-2.0-or-later

Definition

Manifest