sails-mongo-cloud
Version:
Mongo DB adapter for Sails.js/Waterline. Forked from sails-mongo and updated with Mongodb Driver v4.9.1
13 lines (12 loc) • 368 B
JavaScript
/**
* `meta`
*
* @constant
* @type {InputDef}
*/
module.exports = {
friendlyName: 'Meta (custom)',
description: 'A dictionary of additional options to customize this behavior. (e.g. `{foo: \'bar\'}`)',
moreInfoUrl: 'https://github.com/node-machine/driver-interface/blob/3f3a150ef4ece40dc0d105006e2766e81af23719/constants/meta.input.js',
example: '==='
};