We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643d2a9 commit e041e33Copy full SHA for e041e33
getting_started/python-client/woql_query.py
@@ -3,6 +3,10 @@
3
from terminusdb_client import WOQLClient
4
from terminusdb_client import WOQLQuery as wq
5
6
+# For Terminus X, use the following
7
+# client = WOQLClient("https://cloud.terminusdb.com/<Your Team>/")
8
+# client.connect(db="demo_workshop", team="<Your Team>", use_token=True)
9
+
10
client = WOQLClient("http://127.0.0.1:6363/")
11
client.connect(db="getting_started")
12
0 commit comments