[jump to content][No Software Patents] Tools (new) : Looking into a tool [ Home | Scylla+Charybdis old home | Tools (old) | Tools (new) | FAQ | Downloads ]
      Name                    Last modified       Size  Description

[DIR] Parent Directory 05-Jan-2009 18:48 - [TXT] ANNOUNCE 19-May-2008 11:34 1k [TXT] COPYING 21-Jul-2004 22:07 18k [TXT] ChangeLog 07-Apr-2008 03:31 6k [TXT] DESCRIPTION 19-May-2008 11:47 3k [TXT] Makefile 07-Apr-2008 03:44 4k [TXT] Makefile.md5 07-Apr-2008 03:44 1k [TXT] Makefile.tino 04-Jun-2006 15:43 1k [TXT] PUBLISH 11-Jun-2006 03:22 1k [TXT] RANTS 18-Jan-2007 19:10 2k [TXT] README 05-Sep-2004 00:30 1k [TXT] VERSION 19-May-2008 11:29 1k [TXT] dbm.c 19-May-2008 11:47 43k [TXT] dbm_xmlenc.h 12-Feb-2007 20:15 1k [TXT] test.sh 26-Mar-2007 18:16 2k [   ] tino - [TXT] 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