如何使用Py2neo将参数传递给cypher查询Create Statement?

时间:2017-01-12 04:14:56

标签: python neo4j cypher py2neo

例如:

cquery = """CREATE (u:User { Name: {username})"""     
data = graph.run(cquery, username=username) 

这样的事情,但上面的查询我得到了cyphersynthax错误,任何人都可以帮助我吗?

0 个答案:

没有答案