Reputation: 99
I'm trying to connect with HANA DB using Cloud SDK project. Is there a native approach to connect HANA using sdk or we need to use hana-client package for this purpose?
Upvotes: 1
Views: 220
Reputation: 589
The @sap/hana-client
package is the official package for connecting to an SAP HANA instance in Node.js. The SAP Cloud SDK does not currently offer any alternative way to connect, nor any functionality on top of this. If there's something you think the SAP Cloud SDK should offer, but that's missing, you're welcome to open a feature request in the repository.
Upvotes: 2