Top "Waterline" questions

Waterline is an adapter-based ORM for Node.

npm install not installing latest version on GitHub

I have a module called 'sails-mongo' and I want to update it to the newest version using the following command: …

node.js express npm sails.js waterline
How to perform SQL Joins and Relations in Sails.js and Waterline?

Can anyone guide me on how to setup relational schema & performs joins in sails.js?

node.js orm sails.js waterline
Waterline ORM (sails.js) "where or" in query

I would like to know how to add "OR" condition in waterline query. Should look like: User.find().where({ score: { …

javascript orm sails.js waterline
Sails.Js - How I do pagination in sails.Js

I want to create paginated table using sails.js, mongodb and waterline-ORM. Is there a any specific way to do …

javascript node.js sails.js waterline
How to properly do a Bulk upsert/update in MongoDB

I'm trying to: Find a document according to a search criteria, If found, update some attributes If not insert a …

node.js mongodb sails.js mongodb-query waterline
Select specific fields from database

I just want to know that is it possible to select specific fields using waterline, orientdb query is given below. …

waterline sails-orientdb
npm install not installing things at /usr/bin

I am trying to install SailsJS with: $ sudo npm install -g sails It works, install everything at /home/brunoluiz/npm/…

node.js ubuntu sails.js waterline ubuntu-13.04
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
Sails JS Waterline join of multiple models

Hi i'm trying to join multiple tables with populate method, i googled and couldn't find efficient way of doing it, …

node.js express sails.js waterline
Sails.js/Waterline populate deep nested association

I understand that there is no built-in way in Sails.js/Waterline of populating deep nested associations yet, so I …

javascript sails.js waterline