Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/holistics/dbml
/ OutputPlugin
Interface
OutputPlugin
packages/dbml-cli/src/cli/utils.ts:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
} from
'lodash-es'
;
10
11
interface
OutputPlugin {
12
write(content: string): void;
13
}
14
15
interface
ConnectionOpt {
16
connection: string;
Callers
5
exportHandler
Function · 0.65
generate
Function · 0.65
connectionHandler
Function · 0.65
start
Method · 0.65
write
Method · 0.65
Implementers
2
OutputConsolePlugin
packages/dbml-cli/src/cli/outputPlugin
OutputFilePlugin
packages/dbml-cli/src/cli/outputPlugin
Calls
no outgoing calls
Tested by
no test coverage detected