processor-plugin
Attribute transformer
Allows developers to define custom functions that transform values on model attributes
Bookshelf plugin that allows defining custom processor functions that handle transformation of values whenever they are set on a model.
4 stars
6 watching
2 forks
Language: JavaScript
last commit: over 4 years ago bookshelfbookshelf-pluginbookshelfjsjavascriptplugin
Related projects:
Repository | Description | Stars |
---|---|---|
bookshelf/case-converter-plugin | An automatic property naming converter for Bookshelf models | 5 |
remcohaszing/babel-plugin-transform-react-class-to-function | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
bookshelf/virtuals-plugin | An ORM plugin that enables dynamic property calculation on model instances. | 5 |
sectorlabs/babel-plugin-transform-named-imports | A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
paldepind/functionize | A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. | 49 |
bogus34/bookshelf-schema | Adds fields, relations, scopes and more to bookshelf models. | 42 |
popodidi/bookshelf-plugin-mode | Provides functionality to specify different modes with corresponding visible/hidden fields of models in data models | 3 |
bogus34/bookshelf-signals | A plugin that translates bookshelf events to a central hub, enabling event subscription and filtering without modifying model or collection initializers. | 5 |
loganfsmyth/babel-plugin-transform-builtin-extend | Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
seegno/bookshelf-json-columns | Enables automatic JSON column handling in Bookshelf.js models | 65 |
libmir/asdf | A high-performance JSON data format and library optimized for fast transformation of large JSON datasets. | 20 |
johnpolacek/stacktable.js | A jQuery plugin that converts wide tables into a 2-column format for smaller screens. | 1,028 |
xtuc/babel-plugin-transform-scala-lambda | A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |
sequiturs/bookshelf-advanced-serialization | A plugin for Bookshelf.js that enables custom serialization behavior based on access permissions and application context. | 17 |
bsiddiqui/bookshelf-modelbase | Convenient features for building model classes in Bookshelf.js | 150 |