| 1 | import type { QueryResult } from '@mikro-orm/core'; |
| 2 | import { Configuration, Connection } from '@mikro-orm/core'; |
| 3 | import { MongoDriver } from '@mikro-orm/mongodb'; |
| 4 | import { PostgreSqlDriver } from '@mikro-orm/postgresql'; |
nothing calls this directly
no test coverage detected