UNPKG

water-orm

Version:

A monolith version of Standalone waterline ORM

14 lines (9 loc) 219 B
/** * Test Non-Standard, (Non CRUD) adapter */ module.exports = { identity: 'foobar', foobar: function(connectionName, collectionName, options, cb) { return cb(null, { status: true }); } };