How to use MEAN.js along with MySQL?

大憨熊 提交于 2019-12-25 02:04:38

问题


I'm developing an intranet for a company under MEAN.js. I was wondering if there's a way to use MySQL along with MEAN.js and keep using MongoDB. Primarily I'll use mongo for heavy data, such as pdf's, videos, music, etc. I'll use MySQL for structured data such as users, profiles, statistics info, etc.

The main question is how to do it, and also would like some advices.

Searching i've found this example but it supplants MongoDB for MySQL, and i want to use both.

来源:https://stackoverflow.com/questions/28868852/how-to-use-mean-js-along-with-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!