UNPKG

water-orm

Version:

A monolith version of Standalone waterline ORM

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