
15 Jul
2008
15 Jul
'08
2:07 p.m.
Rob Kramer wrote:
soci::session sql("postgresql://dbname=my_database");
As a result, the SOCI library will try to locate the dynamically loadable plugin (called backend) for PostgreSQL and handle all further database-related activity.
Sorry for being off-topic, but is this type of plugin loading a Boost framework too?
Certainly, there is a chance that some of it might be overlapping. On the other hand, the mechanism in SOCI is tightly coupled to its specific needs (like library name selection, path search, symbol caching, etc.). -- Maciej Sobczak * www.msobczak.com * www.inspirel.com