update Fri Jan 22 12:37:00 PST 2010
[pkgsrc.git] / databases / p5-DBM-Deep / DESCR
1 The Perl 5 module DBM::Deep is a unique flat-file database module,
2 written in pure perl. True multi-level hash/array support (unlike
3 MLDBM, which is faked), hybrid OO / tie() interface, cross-platform
4 FTPable files, ACID transactions, and is quite fast. Can handle
5 millions of keys and unlimited levels without significant slow-down.
6 Written from the ground-up in pure perl -- this is NOT a wrapper
7 around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
8 OS X and Windows.