2.0.4 • Published 7 months ago

bookshelf-camelcase-bee v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Description

Simple bookshelf plugin that converts gets to camelCase and sets to snake_case.

Installation

npm install --save bookshelf-camelcase

Usage

In your bookshelf configuration file, add the plugin:

bookshelf.plugin('bookshelf-camelcase');

Or if you have multiple plugins:

bookshelf.plugin(['other-plugin', 'bookshelf-camelcase']);

2.0.4

7 months ago

2.0.3

10 months ago