summaryrefslogtreecommitdiffstats
path: root/system/tdb/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/tdb/README')
-rw-r--r--system/tdb/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/tdb/README b/system/tdb/README
new file mode 100644
index 0000000000..3a05ab425b
--- /dev/null
+++ b/system/tdb/README
@@ -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.