Skip to content

cision/sails-mongo

 
 

Repository files navigation

sails-mongo

npm version

Extensions to Sails.js/Waterline adapter for MongoDB.

See https://github.com/balderdashy/sails-mongo for configuration and other documentation.

Extended Features Include Added Support for regex filters.

API Syntax: where={"field": {"regex": "expression"}}

Notes

Heads up

sails-mongo maps the logical id attribute to the required _id physical-layer mongo id. In the current version of sails-mongo, you should not sort by id.

Installation

Install from NPM.

$ npm install cision@sails-mongo --save

About

MongoDB adapter for Sails.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Makefile 0.7%