SOCI - The C++ Database Access Library
soci provides CMake targets:
# Not specifying a component implies linkage against all available components
# Core component is always implied
find_package(SOCI 4.1 COMPONENTS Core CONFIG REQUIRED)
target_link_libraries(main PRIVATE SOCI::SOCI)
Integration with Boost
Build the backend skeleton for new backends development
Include MySQL support
Include ODBC support
Include PostgreSQL support
Include SQLite3 support
v4.1.4#0
All
BSL-1.0
Manifest