MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / sqlite-constraints.test.ts

File sqlite-constraints.test.ts

tests/sqlite-constraints.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type EntityManager, ForeignKeyConstraintViolationException, MikroORM, Ref, Reference } from '@mikro-orm/core';
2import { Entity, ManyToOne, PrimaryKey, Property, ReflectMetadataProvider } from '@mikro-orm/decorators/legacy';
3import { SqliteDriver } from '@mikro-orm/sqlite';
4

Callers

nothing calls this directly

Calls 7

testFunction · 0.85
createEntitiesFunction · 0.70
initMethod · 0.65
createMethod · 0.65
closeMethod · 0.65
removeMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected