$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (jmaurer_at_[hidden])
Date: 2000-03-06 11:15:45
Beman Dawes asked (in private e-mail) for a persistence framework,
so I made one. No, it handles neither pointers nor polymorphism
currently, but is extensible instead.
It's in the docvault at
http://www.egroups.com/docvault/boost/persistence
It may come in handy for some of the quick-and-dirty
"I need to save this data somewhere" hacks where the options are:
hack ASCII input/output yourself and hope that interpretation upon
load is unique or leave the "hack" stage and attach to a relational
database.
Jens Maurer