in reply to Re: RFC: Tie::File::AnyData Lightweight Databases in Perl
in thread RFC: Tie::File::AnyData Lightweight Databases in Perl

Sounds kinda like DBM::Deep or Storable

Like Tie::File does?

This module is nothing more than a hack to Tie::File, so it mantains all the goodies that that module offers (deferred writing, indexation - it doesn't load the whole file in memory, read cache, etc...)

citromatik
  • Comment on Re^2: RFC: Tie::File::AnyData Lightweight Databases in Perl