1
0
Fork 0
arangodb/Documentation/Examples.Durham/graph25

5 lines
126 B
Plaintext

arango> var Graph = require("graph").Graph;
arango> g1 = new Graph("graph", "vertices", "edges");
Graph("vertices", "edges")