Lonnie Best
Lonnie Best

Reputation: 11364

Accessing Pervasive Database via Node.js on a Linux Server

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.

Upvotes: 0

Views: 1205

Answers (1)

Jake
Jake

Reputation: 9377

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

Upvotes: 1

Related Questions