| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { exportBaseSQL } from '../export-sql-script'; |
| 3 | import { exportPostgreSQL } from '../export-per-type/postgresql'; |
| 4 | import { exportMySQL } from '../export-per-type/mysql'; |
nothing calls this directly
no test coverage detected