summaryrefslogtreecommitdiff
path: root/docs/persistence.rst
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-05-08 13:18:49 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2021-05-08 13:18:49 +1000
commit37f881ca8eb9e464c57fb905990e569f9e0b4a83 (patch)
treefe3ca5ff0e0c22a5e1680828d38f760f38f36242 /docs/persistence.rst
parentbb03d810ffd0504c86476f3fd5f9ee31026376f9 (diff)
downloadrdflib-37f881ca8eb9e464c57fb905990e569f9e0b4a83.tar.gz
Sleepycat -> BerkeleyDBname change; incomplete code update
Diffstat (limited to 'docs/persistence.rst')
-rw-r--r--docs/persistence.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/persistence.rst b/docs/persistence.rst
index bd270a14..b65c619b 100644
--- a/docs/persistence.rst
+++ b/docs/persistence.rst
@@ -20,7 +20,7 @@ Stores currently shipped with core RDFLib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* :class:`Memory <rdflib.plugins.stores.memory.Memory>` (not persistent!)
-* :class:`~rdflib.plugins.stores.sleepycat.Sleepycat` (on disk persistence via Python's :ref:`bsddb` or :ref:`bsddb3` packages)
+* :class:`~rdflib.plugins.stores.berkeleydb.BerkeleyDB` (on disk persistence via Python's :ref:`bsddb` or :ref:`bsddb3` packages)
* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLStore` - a read-only wrapper around a remote SPARQL Query endpoint.
* :class:`~rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore` - a read-write wrapper around a remote SPARQL query/update endpoint pair.