MCPcopy Index your code
hub / github.com/sequelize/sequelize-auto / relate

Method relate

src/auto.ts:69–72  ·  view source on GitHub ↗
(td: TableData)

Source from the content-addressed store, hash-verified

67 }
68
69 relate(td: TableData): TableData {
70 const relater = new AutoRelater(this.options);
71 return relater.buildRelations(td);
72 }
73
74 generate(tableData: TableData) {
75 const dialect = dialects[this.sequelize.getDialect() as Dialect];

Callers 1

runMethod · 0.95

Calls 1

buildRelationsMethod · 0.95

Tested by

no test coverage detected