Boost logo

Boost :

From: Maciej Sobczak (prog_at_[hidden])
Date: 2008-07-15 10:07:31


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk