📚 分类:数据库

Cypher

Elements():节点 {}:属性 -[]->:关系MERGE (s:Rule {id: $id}) // 创建节点,$表示引用 SET s.attribute1 = $attribute1, ...
继续阅读
-->