| 1 | import retry from 'async-retry'; |
| 2 | import type { SingleStoreRemoteDatabase } from 'drizzle-orm/singlestore-proxy'; |
| 3 | import { drizzle as proxyDrizzle } from 'drizzle-orm/singlestore-proxy'; |
| 4 | import * as mysql2 from 'mysql2/promise'; |
nothing calls this directly
no test coverage detected