python使用neo4j图数据库
发布网友
发布时间:2022-04-21 20:14
我来回答
共1个回答
热心网友
时间:2022-04-08 11:31
test_node_1 = Node(label = "Person",name = "test_node_1")
test_node_2 = Node(label = "Person",name = "test_node_2")
test_graph.create(test_node_1)
test_graph.create(test_node_2)