MCPcopy
hub / github.com/chartdb/chartdb / export-sql.test.ts

File export-sql.test.ts

src/lib/data/sql-export/__tests__/export-sql.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { exportBaseSQL } from '../export-sql-script';
3import { exportPostgreSQL } from '../export-per-type/postgresql';
4import { exportMySQL } from '../export-per-type/mysql';

Callers

nothing calls this directly

Calls 10

exportBaseSQLFunction · 0.90
exportPostgreSQLFunction · 0.90
exportMySQLFunction · 0.90
exportMSSQLFunction · 0.90
exportSQLiteFunction · 0.90
testIdFunction · 0.70
createDiagramFunction · 0.70
createTableFunction · 0.70
createFieldFunction · 0.70

Tested by

no test coverage detected