## Not run:
# graph = startGraph("http://localhost:7474/db/data/")
# clear(graph)
#
# alice = createNode(graph, name = "Alice")
# bob = createNode(graph, name = "Bob")
#
# rel = createRel(alice, "WORKS_WITH", bob)
#
# delete(rel)
# delete(alice, bob)
# ## End(Not run)
Run the code above in your browser using DataLab