OrientDB 客户端 Javascript API 支持

OrientDB Client Side Javascript API Support

我想从客户端 JS 连接 Orient DB,并想触发查询并在 Web 应用程序上显示输出。

有人可以指点我面向客户端的数据库 javascript 库吗? Orient DB 站点有以下 link,但无法正常工作。

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

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

如果您使用 Node.js,我们建议使用

https://github.com/orientechnologies/orientjs

相反。

更新

有关详细信息,请查看此 link:http://orientdb.com/docs/last/Javascript-Driver.html

希望对您有所帮助。

此致