| 1 | import * as dotenv from "dotenv"; |
| 2 | import * as fs from "fs"; |
| 3 | import { SchemaPermissions } from "../types/index.js"; |
| 4 | import { parseSchemaPermissions, parseMySQLConnectionString } from "../utils/index.js"; |
nothing calls this directly
no test coverage detected