summaryrefslogtreecommitdiff
path: root/docs/plugin_stores.rst
blob: 68063577772833ee22227523cc76cd9f9edd23e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _plugin_stores: Plugin stores

=============
Plugin stores
=============
 

================= ============================================================
Name              Class                                                       
================= ============================================================
Auditable         :class:`~rdflib.plugins.stores.auditable.AuditableStore`
Concurrent        :class:`~rdflib.plugins.stores.concurrent.ConcurrentStore`
IOMemory          :class:`~rdflib.plugins.memory.IOMemory`
SPARQLStore       :class:`~rdflib.plugins.stores.sparqlstore.SPARQLStore`
SPARQLUpdateStore :class:`~rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore`
Sleepycat         :class:`~rdflib.plugins.sleepycat.Sleepycat`
default           :class:`~rdflib.plugins.memory.IOMemory`
================= ============================================================