|
|
DBMEdit |
|
|
1.0 |
|
|
DBMEdit |
|
|
Free |
|
|
Unix |
|
|
Perl / Database Tools |
|
|
Click to Visit |
|
|
Click to Download |
|
|
26 |
|
A DBM file is a Unix database that stores key value pairs in a way that allows fast retrieval. These files are supported by Perl through the available NDBM_File module. DBM files are useful in Web development when you need a simple database and you can not use a full database server. DBM files do not support any queries beyond a simple key lookup.
|