UNPKG

orange-orm

Version:

Object Relational Mapper

6 lines 131 B
function createAlias(table, depth) { if (depth === 0) return table._dbName; return 'x' + depth; } module.exports = createAlias;