DataFabricRus / scylla-rdf

An RDF store based on ScyllaDB and Eclipse RDF4J
MIT License
8 stars 1 forks source link

Implement clearing repository through the sail connection #4

Closed KMax closed 5 years ago

KMax commented 5 years ago

Now it's possible to clear the default context using clearInternal(), i.e. through the "Clear" button in Workbench. It removes all the triples since the default context accumulates triples from all non-default contexts.

I filed a separate issue (see #5) to extend clearInternal() to support clearing a non-default context as well.