UNPKG

driver-interface

Version:

Standardized interface for common functionality, expressed in layers. Covers communication with databases, hardware, web services, and more.

13 lines (12 loc) 450 B
/** * @module constants/connection.input.js * @constant */ module.exports = { friendlyName: 'Connection', description: 'An active database connection.', extendedDescription: 'The provided database connection instance must still be active. Only database connection instances created by the `getConnection()` machine in this driver are supported.', whereToGet: { description: 'Use getConnection().' }, example: '===', required: true };