UNPKG

iridium

Version:

A custom lightweight ORM for MongoDB designed for power-users

8 lines 234 B
"use strict"; class LowercaseCollectionsPlugin { newModel(model) { model.collectionName = model.collectionName.toLowerCase(); } } module.exports = LowercaseCollectionsPlugin; //# sourceMappingURL=ModelHookPlugin.js.map