You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/persistence.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,8 @@ Additional store plugins
71
71
More store implementations are available in RDFLib extension projects:
72
72
73
73
* `rdflib-sqlalchemy <https://github.com/RDFLib/rdflib-sqlalchemy>`_ – a store which supports a wide-variety of RDBMS backends,
74
-
* `rdflib-leveldb <https://github.com/RDFLib/rdflib-leveldb>`_ – a store onto Google's `LevelDB <https://code.google.com/p/leveldb/>`_ key-value store.
75
-
* `rdflib-kyotocabinet <https://github.com/RDFLib/rdflib-kyotocabinet>`_ – a store onto the `Kyoto Cabinet <http://fallabs.com/kyotocabinet/>`_ key-value store.
74
+
* `rdflib-leveldb <https://github.com/RDFLib/rdflib-leveldb>`_ – a store on top of Google's `LevelDB <https://code.google.com/p/leveldb/>`_ key-value store.
75
+
* `rdflib-kyotocabinet <https://github.com/RDFLib/rdflib-kyotocabinet>`_ – a store on top of the `Kyoto Cabinet <http://fallabs.com/kyotocabinet/>`_ key-value store.
0 commit comments