I created project with 'express' and 'mongoose' framework an year ago.
Currently I try to migrate this project into Sails.js.
Everything is really fine, except of migrate 'mongoose' to 'waterline'.
I don`t need waterline ORM, just want to use mongoose, it is enough for me.
Q: Is it possible to get rid waterline from Sails.js and instead of this use 'mongoose' module?