sails-mongo-cloud
Version:
Mongo DB adapter for Sails.js/Waterline. Forked from sails-mongo and updated with Mongodb Driver v4.9.1
15 lines (14 loc) • 372 B
JavaScript
/**
* `connection`
*
* @constant
* @type {InputDef}
*/
module.exports = {
description: 'The active database connection to use.',
extendedDescription: 'This connection _will not be released automatically_ or mutated in any other way by this machine.',
whereToGet: { description: 'Use getConnection().' },
example: '===',
readOnly: true,
required: true,
};