cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MaxDB NodeJS connector

rbhuva
Participant
0 Kudos

Hello everyone,

I'm looking to establish a connection to SAP MAXDB using Node.js. I'm seeking guidance on how to accomplish this. Are there alternative packages available for working with MaxDB?

Thanks,

Rajdeep Bhuva

Accepted Solutions (0)

Answers (1)

Answers (1)

TTK
Employee
Employee
0 Kudos

Hi Rajdeep,

MaxDB does not offer a specific node.js component for database access.
However, it seems to be possible to use the JDBC driver in this context.

A glimpse on Google revealed e.g.:
https://socket.dev/npm/package/node-jdbc-driver
or
https://github.com/moononournation/node-jdbc-connection


HTH & kind regards TTK