5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
|
export function toMSSQL(diagram) {
|
||
|
diagram.tables;
|
||
|
return "hi from mssql";
|
||
|
}
|