使用arangojs ArangoDB驱动程序。
const db = new Database(); const graph = db.graph("some-graph"); const data = await graph.get(); // data only contains general information about the graph
如何以JSON格式获取整个图,包括数据节点和边?
ewm0tg9j1#
尝试the tutorial,在其中发出遍历查询并获取结果。
1条答案
按热度按时间ewm0tg9j1#
尝试the tutorial,在其中发出遍历查询并获取结果。