代码之家  ›  专栏  ›  技术社区  ›  pan2019

OrientDB客户端Javascript API支持

  •  1
  • pan2019  · 技术社区  · 9 年前

    我想从客户端JS连接OrientDB,并希望在web应用程序上启动查询和显示输出。

    有人能告诉我客户端的OrientDBJavaScript库吗? Orient DB站点有以下链接,但不工作。

    https://github.com/orientechnologies/orientdb/blob/master/server/src/site/js/orientdb-api.js

    1 回复  |  直到 9 年前
        1
  •  1
  •   Michela Bonizzi    9 年前

    这是OrientDB的新Javascript驱动程序,具有类似Blueprints/Gremlin的语法。此库处于Alpha状态。 https://github.com/orientechnologies/orientdb-js

    如果您正在使用节点。js,我们建议使用

    https://github.com/orientechnologies/orientjs

    相反

    更新

    有关更多信息,请查看此链接: http://orientdb.com/docs/last/Javascript-Driver.html

    希望有帮助。

    当做