UNPKG

globalstorage

Version:

Global Storage is a Global Distributed Data Warehouse

9 lines (7 loc) 178 B
'use strict'; var manyToManyTableName = function manyToManyTableName(from, to, name) { return from + name; }; module.exports = { manyToManyTableName: manyToManyTableName };