OrientDB REST:如何创建边缘 class?
OrientDB REST: How to create an Edge class?
我正在寻找一种使用 OrientDB 的 REST API 创建自定义边 class 的方法。
我找不到指定超类的方法。
您可以通过 HTTP 使用 CREATE CLASS <class-name> EXTENDS E
sql 命令:https://orientdb.com/docs/last/OrientDB-REST.html and https://orientdb.com/docs/last/SQL-Create-Class.html
我正在寻找一种使用 OrientDB 的 REST API 创建自定义边 class 的方法。
我找不到指定超类的方法。
您可以通过 HTTP 使用 CREATE CLASS <class-name> EXTENDS E
sql 命令:https://orientdb.com/docs/last/OrientDB-REST.html and https://orientdb.com/docs/last/SQL-Create-Class.html