1.0.0 • Published 4 years ago

bookshelf-virtuals-plugin v1.0.0

Weekly downloads
13,439
License
MIT
Repository
github
Last release
4 years ago

Bookshelf Virtuals Plugin

Build Status Greenkeeper badge

This is a plugin for the Bookshelf Node.js ORM that allows getting or setting virtual (computed) properties on model instances.

How to use

First install the package:

npm install bookshelf-virtuals-plugin

Then load the plugin using bookshelf.plugin('bookshelf-virtuals-plugin'). Now you are all set to define virtual properties on your models.

For more information check the online wiki page.