bookshelf-camelcase

2.0.1 • Public • Published

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']);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    332
    • latest

Version History

Package Sidebar

Install

npm i bookshelf-camelcase

Weekly Downloads

301

Version

2.0.1

License

MIT

Last publish

Collaborators

  • jpstone