1
0
Fork 0
arangodb/Doxygen/Examples.Durham/graph1

8 lines
188 B
Plaintext

avocado> var Graph = require("graph").Graph;
avocado> new Graph(db.vertices, edges.edges);
Graph("vertices", "edges")
avocado> new Graph("vertices", "edges");
Graph("vertices", "edges")