How to connect database from apigee cloud free trail account?

sravanig231
Participant III

Hello Team,

I want to connect any database from apigee cloud free trail account and to perform CRUD operations. Can we connect database through javascript code? Is this right option to connect database from javascript. Please provide sample code references

Please suggest anyone to me on this question.

Thank you.

Sravani

0 2 91
2 REPLIES 2

Not applicable

refer: https://stackoverflow.com/questions/11217832/how-to-run-a-mysql-query-using-javascript

javascript is not a solution.

You can use nodejs for the same. In trial account you can use hosted target and conenct to database.

I want to connect to our Oracle Database and query a table from our database. Can you share the nodejs syntax for connection as well and executing sql command