1

I'm trying to get my head into learning SQL and integrating it into my Nodejs/Angular app, but I'm not sure where to start or if it is possible.

2 Answers 2

2

yes it's possible to use nodejs with angular 4 and mysql you can get help from this ans see more

Sign up to request clarification or add additional context in comments.

Comments

1

Yes you can use any database with node.js mysql,postgresql,graphql,redis,mongodb.

Here is link to integration using express which is a node.js framework of various databases https://expressjs.com/en/guide/database-integration.html.

And angular 4 is a front end framework.It doesn't care what you do in backend.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.