X-Git-Url: https://git.p6c8.net/dumbdbm.git/blobdiff_plain/9037d1f22ac7e87aa1262728cb257ba14c571462..392d1cf2ac0d4918b06a685a862047390030c9b0:/README.md?ds=sidebyside diff --git a/README.md b/README.md index d98fb99..e85ad7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `DumbDBM_File` --- Portable DBM implementation +# `DumbDBM_File` – Portable DBM implementation With `dumbdbm` / `dbm.dumb` the Python programming language provides a very simple DBM style database (i.e. a key-value database) written entirely in Python, requiring no external library. Being slow and some kind of *dumb*, it is intended as a last resort fallback if no other (more robust) database modules like GDBM, NDBM or Berkeley DB are available.