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

8 lines
206 B
Plaintext

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