Destutter graph/...
This commit is contained in:
parent
913d567ae1
commit
40f3363cde
20 changed files with 188 additions and 189 deletions
|
|
@ -64,7 +64,7 @@ func Repl(ts graph.TripleStore, queryLanguage string, cfg *config.Config) {
|
|||
var ses graph.Session
|
||||
switch queryLanguage {
|
||||
case "sexp":
|
||||
ses = sexp.NewSexpSession(ts)
|
||||
ses = sexp.NewSession(ts)
|
||||
case "mql":
|
||||
ses = mql.NewSession(ts)
|
||||
case "gremlin":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue