Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ EntityGenerator.postgres.test.ts
File
EntityGenerator.postgres.test.ts
tests/features/entity-generator/EntityGenerator.postgres.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ existsSync } from
'node:fs'
;
2
import
{ rm } from
'node:fs/promises'
;
3
import
{ DatabaseTable } from
'@mikro-orm/sql'
;
4
import
type
{ MikroORM } from
'@mikro-orm/postgresql'
;
Callers
nothing calls this directly
Calls
14
initORMPostgreSql
Function · 0.85
test
Function · 0.85
addColumn
Method · 0.80
getEntityDeclaration
Method · 0.80
dropDatabase
Method · 0.65
close
Method · 0.65
generate
Method · 0.65
getPlatform
Method · 0.65
get
Method · 0.65
drop
Method · 0.65
execute
Method · 0.65
getMappedType
Method · 0.45
Tested by
no test coverage detected