Skip to content

3.7.0

Latest

Choose a tag to compare

@arun1729 arun1729 released this 14 Feb 15:48
45ef280
  • New delete() method: Introduced a delete(s, p, o) method for precise removal of individual edges (triples) from the graph.
  • New truncate() method: Added a truncate() method to clear all data from a graph while preserving its structure and making it reusable.
  • Refined drop() method: The drop() method has been redefined: it now serves to delete the entire graph (local) or raises deprecation/not-implemented errors (remote), clarifying its destructive nature and separating it from edge removal.