Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ typeormDataSource.ts
File
typeormDataSource.ts
packages/server/src/utils/typeormDataSource.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ DataSource } from
'typeorm'
2
import
{ getDataSource } from
'../DataSource'
3
4
export
const
dataSource: DataSource = getDataSource()
Callers
nothing calls this directly
Calls
1
getDataSource
Function · 0.90
Tested by
no test coverage detected