DEV Community

Discussion on: Need a little help here.

Collapse
 
bgadrian profile image
Adrian B.G.

Most of the new REST APIs nowdays are generated with Open API (old swagger), it can generate even the JS handlers (for server and client) for you and the documentation from a simple YAML config file.

As for the node-ms sql connection I have no idea.

Collapse
 
squiff88 profile image
Squiff88

Great, tnx for the heads up.
But again my struggle here cannot be settled via
changing the stack , i really need an easy to use and configure
pack or tool to retrieve data with ms_sql via node(express).

Collapse
 
bgadrian profile image
Adrian B.G.

Read more about Open API, it is a standard, it can be implemented with any stack, is just a theory, a common practice.

Thread Thread
 
squiff88 profile image
Squiff88

I am surely going to read the docs.
I have limited time to decide from which direction
to tackle this problem.
Appreciate your help.