I would like to know how could I setup a mean.js application using MySQL and MongoDB at the same time?, this code made an example of how to do a relational mean.js app, he uses sequelize that enables access to MySQL... could I use mongoose and sequelize at same time, if so how, anyone knows about an example?
I've been creating mean apps using node-restful and restangular, but when using MySQL how will I handle the RESTful API?, does sequelize do that?