summaryrefslogtreecommitdiff
path: root/databases/tdb/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tdb/DESCR')
-rw-r--r--databases/tdb/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/tdb/DESCR b/databases/tdb/DESCR
new file mode 100644
index 00000000000..1c50d64bcf8
--- /dev/null
+++ b/databases/tdb/DESCR
@@ -0,0 +1,4 @@
+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.