Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将所有数据传输到 Neo4j,并且想知道是否可以将节点上的所有属性命名为与 Postgres 中完全相同的名称。例如 id 将是 id,name 将是 name,等等。做这样的事情有什么冲突吗?
不,特别是如果您使用其中一个客户端进行迁移,因为它们会自动转义任何需要转义的内容,但我没有遇到任何问题。