< Previous by Date | Date Index | Next by Date > |
Thread Index |
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