Official repository of the SOCI - The C++ Database Access Library
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>)
Integration with Boost
Build the backend skeleton for new backends development
Build mysql backend
Build odbc backend
Build postgresql backend
Build sqlite3 backend
v4.0.3#2
All
BSL-1.0
Manifest