| 1 | import { MikroORM, Reference, QueryHelper } from '@mikro-orm/sqlite'; |
| 2 | import { ReflectMetadataProvider } from '@mikro-orm/decorators/legacy'; |
| 3 | import { Author2, Book2, FooBar2, FooBaz2, Test2, FooParam2 } from './entities-sql/index.js'; |
| 4 |
nothing calls this directly
no test coverage detected