Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.95
writer.test.js
File · 0.45
Calls
1
write
Method · 0.95
Tested by
no test coverage detected