aboutsummaryrefslogblamecommitdiff
path: root/databases/p5-AsciiDB-TagFile/pkg-descr
blob: a3943d886cb0b6edb42235f1c9f40ba017624526 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                 
Usually when you have to store persistent data you don't need a
full-blown database server, just a ASCII database would do the
trick.

AsciiDB::Tag allows you to access a simple ASCII database using a
perl hash variable. The database format is straightforward so you
can edit it by hand if you need so. Each record is stored into a
file, and a record is just a set of values tagged by the field
name.