Official repository of the SOCI - The C++ Database Access Library
soci provides CMake targets:
find_package(SOCI CONFIG REQUIRED)
# Using core (loading backends at runtime)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SOCI::soci_core>,SOCI::soci_core,SOCI::soci_core_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#3
All
BSL-1.0
Manifest