是否有使用 sap-cloud-sdk for JS 连接 HANA DB 的本机方法?

Is there a native way of connecting with HANA DB using sap-cloud-sdk for JS?

我正在尝试使用 Cloud SDK 项目连接 HANA 数据库。是否有使用 sdk 连接 HANA 的本机方法,或者我们需要为此目的使用 hana-client 包?

@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.