Add MSSQL types

This commit is contained in:
1ilit
2024-07-04 19:42:11 +03:00
parent d7025e1ff1
commit d00c21b2e3
5 changed files with 392 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
export function toMSSQL(diagram) {
diagram.tables;
return "hi from mssql";
}