3

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?

wolfpack
  • 61
  • 3
  • Looks to be answered here: http://stackoverflow.com/questions/21505674/is-there-a-way-to-disable-waterline-in-sails-js – matthoiland Apr 15 '14 at 22:23

1 Answers1

0

I don't know if is working, but there is a sails-mongoose adapter

Victor
  • 5,043
  • 3
  • 41
  • 55