Accessing Pervasive Database via Node.js on a Linux Server

女生的网名这么多〃 提交于 2020-01-13 07:18:06

问题


Our business system uses a Pervasive 13 database. I want to query this database from node.js on an Ubuntu Linux 18.01 server, but I can't seem to find any tutorials that show how to do this.

With other databases, I've been able to find npm packages that simplify database communication, but I've yet to locate one for Pervasive.

Linux drivers are offered, but I'm not sure how to ultimately query the database from node.js. Any general advise or resources pointing me in the right direction would be much appreciated.


回答1:


I think this might help, it's an NPM package for accessing OData data sources in node.js

https://www.npmjs.com/package/node-odata



来源:https://stackoverflow.com/questions/41476064/accessing-pervasive-database-via-node-js-on-a-linux-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!