my name: Nandu Shah
my email address: [EMAIL PROTECTED]
my preferred user-ID: NANDU
description: 

  Basically I've got a set of modules for storing perl objects with
  finer granularity than Storable, Data::Dumper, et al.  It currently
  provides B-tree indexes for efficient queries (including Boolean and
  range queries).

    Persistor            cdpO  a base class for persistent objects

    Persistor::Store     cdpO  an object repository
    Persistor::Store::
    ::DB                 cdpO  low-level storage for Persistor::Store
    ::Index              cdpO  indexes on Persistor::DBs
    ::Query              cdpO  queries against Persistor::Indexes
    ::Config             cdpO  conf file management for Persistor::Stores 

I haven't discussed this publicly, but I will be soon--I'm submitting
an abstract for this year's O'Reilly conference, and probably others.
The storage is a mixture of Storable and DB_File (like MLDBM); as
BerkeleyDB stabilizes, I'll also be adding support for the DB v2 & v3
features (transactions, etc.).

Oh, and I'm open to suggestions for a better namespace.

Thanks,
Nandu

Reply via email to