internal dump routine
This commit is contained in:
parent
85a1bbdf0e
commit
00b13d2ac1
2 changed files with 41 additions and 1 deletions
|
|
@ -219,7 +219,11 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
// internal.Dump()
|
||||
err = internal.Dump(handle.QuadStore, *dumpFile, *dumpType)
|
||||
if err != nil {
|
||||
break
|
||||
}
|
||||
|
||||
handle.Close()
|
||||
|
||||
case "repl":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue