UNPKG

sails-mongo-cloud

Version:

Mongo DB adapter for Sails.js/Waterline. Forked from sails-mongo and updated with Mongodb Driver v4.9.1

12 lines (11 loc) 241 B
/** * `tableName` * * @constant * @type {InputDef} */ module.exports = { friendlyName: 'Table name', description: 'The name of the physical model (i.e. the name of the Mongo collection -- aka "tableName").', example: 'foo_bar' };