UNPKG

waterline

Version:

An ORM for Node.js and the Sails framework

20 lines (18 loc) 283 B
/** * Base Context Fixture * (for a collection) */ module.exports = { connections: {}, waterline: { _collections: [], _connections: {}, collections: {}, connections: {}, schema: {} }, attributes: {}, adapter: {}, _attributes: {}, _schema: {} };