Path to this page:
Subject: CVS commit: pkgsrc/databases/tdb
From: Julio Merino
Date: 2002-11-29 20:19:14
Message id: 20021129191915.14D04B42C@cvs.netbsd.org
Log Message:
Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.
Approved by wiz.
This closes my own PR 18122.
Files: