secondary database (key) features via BerkeleyDB Perl plug-in? -
03-15-2006
, 09:15 AM
Hello,
I've been using the Perl plug-in BerkeleyDB to create and manage a
simple single-key database for awhile now. But now I am interested in
making a more sophisticated program that requires managing two keys to
the same data.
I've read the info on it on Sleepycat's website:
http://www.sleepycat.com/docs/ref/am/second.html That's good
information but doesn't include Perl info.
I don't see secondary databases discussed anywhere in the BerkeleyDB
plug-in documentation. Is the 'associate' and related functionality
available from Perl with this plug-in? Is there some documentation that
I missed?
Thanks in advance. -bC |