Accessing Pervasive Database via Node.js on a Linu

2019-04-16 18:36发布

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条回答
别忘想泡老子
2楼-- · 2019-04-16 19:02

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

查看更多
登录 后发表回答