Hello!
I found mention of a useful NodeJS library 'node-cds' that helps to simplify HANA queries:
https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/547d6fb5673a4a58a37c32f2ecddaa70.html
But in this guide the only way to get it - fetch from local git repository:
{
"dependencies": {
"cds": "git://github.acme.corp/xs2/node-cds.git", …
}, [...]
}
So my question is - can someone explain how can i use this package in my project?