trailsjs / trailpack-waterline

:package: Waterline.js Trailpack
MIT License
8 stars 9 forks source link

V3 doesn't set stores.orm #90

Open jaumard opened 6 years ago

jaumard commented 6 years ago

Previously we had this.app.config.database.orm = 'waterline' Now we should have this.app.config.stores.orm = 'waterline' Like this https://github.com/trailsjs/trailpack-sequelize/blob/master/index.js#L31

If not we cannot easily know witch is the ORM and can't be multi ORM under other trailpacks