UNPKG

tsdms

Version:

Time Series Data Management System

18 lines (16 loc) 255 B
module.exports = { tableName: "tag_station", attributes: { tag: { columnName: "tag_id", model: 'Tag' }, station: { columnName: "station_id", model: 'Station' }, uniqueId: { type: 'string' } } }