UNPKG

globalstorage

Version:

Global Storage is a Global Distributed Data Warehouse

8 lines (5 loc) 122 B
'use strict'; const manyToManyTableName = (from, to, name) => from + name; module.exports = { manyToManyTableName, };