Top "Sails-mongo" questions

MongoDB adapter for Sails.

error:a hook ('orm') failed to load when lifting sails app using mongo DB

I get this error: a hook ('orm') failed to load when trying to lift a sails app using mongoDB. This …

node.js mongodb sails.js sails-mongo
how to set default value for a field in Sails models using Waterline ORM?

A very simple question but I am unable to find the answer to it. So in my Sails app I …

sails.js waterline sails-mongo
TypeError: Cannot read property 'id' of undefined - sails and mongodb

Sails@beta, mongodb, windows 7 32bit, i am receiving the above error after trying to make a new user through the …

node.js sails.js sails-mongo
Sails js - waterline ORM limit or sort after group by?

I am using Waterline ORM for sails.js. limit and sort are not working when you use groupby, but are …

sails.js waterline sails-mongo
How to overwrite object Id's in Mongo db while creating an App in Sails

I am new to Sails and Mongo Db. Currently I am trying to implement a CRUD Function using Sails where …

mongodb sails-mongo