Skip to content
Snippets Groups Projects

Release 0.11.2

Merged Henrik tom Wörden requested to merge release-0.11.2 into main
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -69,8 +69,9 @@ Examples
c.insert()
# Useful for testing: wait until the user presses a key
# Meanwhile have a look at the WebUI: You can e.g. query "FIND Test*" to view
# all the entities created here and see the relations and links between them.
# Meanwhile have a look at the WebUI: You can e.g. query "FIND ENTITY Test*"
# to view all the entities created here and see the relations and links
# between them.
b = input("Press any key to cleanup.")
# cleanup everything after the user presses any button.
c.delete()
Loading