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 集成到我的项目中。由于我的项目是基于 C++ 的,所以我将使用带有密码查询语言的 REST API。现在,我面临的问题是,在我的项目中,所有字符串和数据都是 UNICODE(Utf-16)。所以,我想知道neo4j是否支持UNICODE数据???如果是,那么如何使用 REST API + 密码查询语言插入???
谢谢