UNPKG

water-orm

Version:

A monolith version of Standalone waterline ORM

16 lines (12 loc) 223 B
/** * Module dependencies */ var _ = require('lodash'); /** * Do absolutely nothing to the schema of the underlying datastore. * * @param {Function} cb */ module.exports = function(cb) { cb(); };