ndabAP / vue-sails-example

NOT MAINTAINED Vue.js with Sails.js example project with many features
MIT License
294 stars 74 forks source link

External DB #100

Open VicAMMON opened 5 years ago

VicAMMON commented 5 years ago

For some reason I can`t connect external DB, like mongo or Mysql. Sails uses internal local-disk storage instead of connected database. May I ask how to make it work ?

---------Up ------------ Tried to change default settings in sails-hook-orm. Got error - The installed version of adapter sails-mysql \ sails-mongo is too new! Installed version < 1.0. It helped. So issue in config files. Configs from config/datastores, config/models not overrides sails-hook-orm defaults ....

ndabAP commented 4 years ago

If you found a solution I'm happy to accept a pull request.