| 1 | import { MikroORM, QueryOrder, raw, sql, UnderscoreNamingStrategy } from '@mikro-orm/core'; |
| 2 | import { MySqlDriver } from '@mikro-orm/mysql'; |
| 3 | import { v4 } from 'uuid'; |
| 4 | import { Author2, Book2, BookTag2, Publisher2 } from '../../entities-sql/index.js'; |
nothing calls this directly
no test coverage detected