
Hi, Has anyone used boost::serialization to write simple classes to an RDBMS? The Name-Value-Pair support would seem to make this quite possible, and I'm curious if anyone has taken the plunge. Thanks, - Chris

Chris Frey wrote:
Hi,
Has anyone used boost::serialization to write simple classes to an RDBMS? The Name-Value-Pair support would seem to make this quite possible, and I'm curious if anyone has taken the plunge.
Haven't seen anyone post anything to the list yet -- although as you say, it should be possible -- it was one of the things a couple of us tried to make sure was possible during the review process. Hopefully someone will surprise us ;-) Jeff

Chris Frey wrote:
Has anyone used boost::serialization to write simple classes to an RDBMS? The Name-Value-Pair support would seem to make this quite possible, and I'm curious if anyone has taken the plunge.
Hi, I have started to code such a thing on top of Berkeley DB (with a self written network layer), but it is still a lot of work, so I cannot promise anything. - Uwe
participants (3)
-
Chris Frey
-
Jeff Garland
-
Uwe Sander