DBD::SQLite is very easy. Not so scalable but as you talk about only 1000 keys that's unlikely to become a problem.
Alternatively, you could go for a real database server and use PostgreSQL, which has the excellent hstore datatype. hstore is basically an associative array (=hash).
Of course, with postgres you have a server on your hands that will need some maintainance. It has much more possibilities and performance and much less limitations but it is not nearly as easy as SQLite.
In reply to Re: Need DBM file that holds data up to 50,000 bytes
by erix
in thread Need DBM file that holds data up to 50,000 bytes
by bulrush
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |