sails-hook-blueprint-findcolumns

1.0.0 • Public • Published

sails-hook-blueprint-findcolumns

Adds blueprint api method to findcolumns records in database. This is useful for example in pagination when you need to calculate number of pages.

Installation

In Sails.js v0.11+ installed hooks are run automatically. Therefore, simply install the hook via npm:

npm install sails-hook-blueprint-findcolumns

Usage

GET /:model/findcolumns?where={:CRITERIA}

"where" parameter is optional. If it's used it's used in the same way like you use it in default blueprint api find method Sails.js blueprint api find method documentation.

Package Sidebar

Install

npm i sails-hook-blueprint-findcolumns

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jwenz723