Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-AnyData / pkg-descr
1 The rather wacky idea behind this module and its sister module DBD::AnyData
2 is that any data, regardless of source or format should be accessible and
3 modifiable with the same simple set of methods. This module provides a multi-
4 dimensional tied hash interface to data in a dozen different formats. The
5 DBD::AnyData module adds a DBI/SQL interface for those same formats.
6
7 Both modules provide built-in protections including appropriate flocking()
8 for all I/O and (in most cases) record-at-a-time access to files rather than
9 slurping of entire files.
10
11 Currently supported formats include general format flat files (CSV, Fixed
12 Length, etc.), specific formats (passwd files, httpd logs, etc.), and a
13 variety of other kinds of formats (XML, Mp3, HTML tables). The number of
14 supported formats will continue to grow rapidly since there is an open API
15 making it easy for any author to create additional format parsers which can
16 be plugged in to AnyData itself and thereby be accessible by either the
17 tiedhash or DBI/SQL interface.
18
19 WWW: http://search.cpan.org/dist/AnyData/