1. Home
  2. Browse
  3. soci

soci

v4.0.3#2Latest

Official repository of the SOCI - The C++ Database Access Library

Install

Run the following Vcpkg command to install the port.

vcpkg install soci

Usage

soci provides CMake targets:

find_package(soci CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SOCI::soci_core>,SOCI::soci_core,SOCI::soci_core_static>)
# Linking specific backends (enabled: @backends@)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SOCI::soci_<BACKEND>,SOCI::soci_<BACKEND>,SOCI::soci_<BACKEND>_static>)

Features

Dependencies

See source

Version

v4.0.3#2

Publication

Supports

All

GitHub

SOCI/soci1.5K

Homepage

soci.sourceforge.net

Subtree

64c330e2e7

License

BSL-1.0

Definition

Manifest