File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,13 +238,14 @@ is currently no support for cursor keys or history of past BQL statements.
238238
239239```
240240$ bw bql
241- Welcome to BadWolf vCli (0.5 .1-dev @130405356 )
241+ Welcome to BadWolf vCli (0.6 .1-dev)
242242Using driver "VOLATILE". Type quit; to exit
243- Session started at 2016-12-21 10:24:39.95182793 -0800 PST
243+ Session started at 2017-01-05 22:55:16.615327361 -0800 PST
244244
245245bql> help;
246246help - prints help for the bw console.
247247export <graph_names_separated_by_commas> <file_path> - dumps triples from graphs into a file path.
248+ desc <BQL> - prints the execution plan for a BQL statement.
248249load <file_path> <graph_names_separated_by_commas> - load triples into the specified graphs.
249250run <file_with_bql_statements> - runs all the BQL statements in the file.
250251quit - quits the console.
You can’t perform that action at this time.
0 commit comments