0.0.1 • Published 6 years ago

waterline-extra v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

waterline-extra

Beerpay Beerpay GitHub stars

Extra methods for waterline

Please this repo if you found it useful

Features

  • Promisfied save

Installation

npm install --save waterline-extra

Usage

import { save } from 'waterline-extra';

async function modifyName(userId, name) {
  const user = await User.findOne(userId);
  user.name = name; // name not persisted to database
  user = await save(user);
  return user;
}

Dependencies

Support

Submit an issue

Screenshots

Contribute a screenshot

Contributing

Review the guidelines for contributing

License

MIT License

Jam Risser © 2018

Changelog

Review the changelog

Credits

Support on Beerpay (actually, I drink coffee)

A ridiculous amount of coffee :coffee: :coffee: :coffee: was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Beerpay Beerpay

0.0.1

6 years ago