[reSIProcate] using SOCI for database access

Daniel Pocock daniel at pocock.pro
Mon Sep 24 10:52:26 CDT 2018



Hi all,

I recently added the SOCI library to reConServer, here is an example:



Connection setup:

https://github.com/resiprocate/resiprocate/blob/master/apps/reConServer/B2BCallManager.cxx#L100




SELECT query:

https://github.com/resiprocate/resiprocate/blob/master/apps/reConServer/B2BCallManager.cxx#L228


This could potentially be used in another repro/SqlDb subclass, opening
up more database possibilities.

Regards,

Daniel



More information about the resiprocate-devel mailing list