![[jump to content]](/_.gif)
Tools (new)
: Looking into a tool
[ Home
| Scylla+Charybdis old home
| Tools (old)
| Tools (new)
| FAQ
| Downloads
]
Name Last modified Size Description
Parent Directory 05-Jan-2009 18:48 -
ANNOUNCE 19-May-2008 11:34 1k
COPYING 21-Jul-2004 22:07 18k
ChangeLog 07-Apr-2008 03:31 6k
DESCRIPTION 19-May-2008 11:47 3k
Makefile 07-Apr-2008 03:44 4k
Makefile.md5 07-Apr-2008 03:44 1k
Makefile.tino 04-Jun-2006 15:43 1k
PUBLISH 11-Jun-2006 03:22 1k
RANTS 18-Jan-2007 19:10 2k
README 05-Sep-2004 00:30 1k
VERSION 19-May-2008 11:29 1k
dbm.c 19-May-2008 11:47 43k
dbm_xmlenc.h 12-Feb-2007 20:15 1k
test.sh 26-Mar-2007 18:16 2k
tino -
tino_memwild.h 07-Apr-2008 03:44 4k
$Header: /CVSROOT/dbm/README,v 1.2 2004-09-04 22:30:16 tino Exp $
Too tired to read docs? make; ./dbm
Want a laugh? read RANTS
This is a quick hack to access the contents of GNU-DBM files.
I often use GNU DBM in PHP to store some persistent data. However I
was missing an utility to access this files from command line.
Therefore I wrote this here and called it "dbm" - well, stupid name ;)
Perhaps in future I might extend this to other simple database files,
too (like berkeley-db hash maps used in sendmail). In this case the
file gets a prefix like "hash:" or "btree:".
Known bugs:
Currently you cannot search for data which contains a NUL.
-Tino, webmaster@scylla-charybdis.com
$Log: README,v $
Revision 1.2 2004-09-04 22:30:16 tino
known bug added
Revision 1.1 2004/08/22 05:52:30 Administrator
Intermediate version for search functionality