UNPKG

orange-orm

Version:

Object Relational Mapper

7 lines (5 loc) 171 B
var newRowCache = require('../newRowCache'); function newExpanderCache(joinRelation) { return newRowCache(joinRelation.childTable); } module.exports = newExpanderCache;