New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

restifizer-waterline-ds

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restifizer-waterline-ds

Waterline Data Source for Restifizer

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

NPM

We are working hard to create documentation. If you have exact questions or ideas how we can improve documentation, create a ticket here: https://github.com/vedi/restifizer-waterline-ds/issues

Any feedback is appreciated.

Wateline ORM Data Source for Restifizer

Restifizer - it's a way to significantly simplify creation of full-functional RESTful services. It's available at: https://github.com/vedi/restifizer

This Data Source allows you to use waterline models and adapters in your REST service. For example:

  WaterlineDataSource = require('restifizer-waterline-ds'),
  User = require('waterline').Waterline.Collection.extend({...})

...

module.exports = BaseController.extend({
  dataSource: new WaterlineDataSource(User),
...

Keywords

node.js

FAQs

Package last updated on 25 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts