$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Uwe Sander (usander_at_[hidden])
Date: 2005-12-10 00:08:25
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