Destutter mql
This commit is contained in:
parent
3a673a333c
commit
913d567ae1
5 changed files with 18 additions and 18 deletions
|
|
@ -66,7 +66,7 @@ func Repl(ts graph.TripleStore, queryLanguage string, cfg *config.Config) {
|
|||
case "sexp":
|
||||
ses = sexp.NewSexpSession(ts)
|
||||
case "mql":
|
||||
ses = mql.NewMqlSession(ts)
|
||||
ses = mql.NewSession(ts)
|
||||
case "gremlin":
|
||||
fallthrough
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue