MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / Configuration.ts

File Configuration.ts

packages/core/src/utils/Configuration.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { NamingStrategy } from '../naming-strategy/NamingStrategy.js';
2import { NullCacheAdapter } from '../cache/NullCacheAdapter.js';
3import { type CacheAdapter, type SyncCacheAdapter } from '../cache/CacheAdapter.js';
4import type { EntityRepository } from '../entity/EntityRepository.js';

Callers

nothing calls this directly

Calls 4

bindMethod · 0.80
findOneFailedMethod · 0.80
findExactlyOneFailedMethod · 0.80
getEntityManagerMethod · 0.45

Tested by

no test coverage detected