MCPcopy
hub / github.com/sequelize/sequelize-auto / write

Method write

src/auto.ts:80–83  ·  view source on GitHub ↗
(tableData: TableData)

Source from the content-addressed store, hash-verified

78 }
79
80 write(tableData: TableData) {
81 const writer = new AutoWriter(tableData, this.options);
82 return writer.write();
83 }
84
85 getDefaultPort(dialect?: Dialect) {
86 switch (dialect) {

Callers 2

runMethod · 0.95
writer.test.jsFile · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected