MCPcopy 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
11interface OutputPlugin {
12 write(content: string): void;
13}
14
15interface ConnectionOpt {
16 connection: string;

Callers 5

exportHandlerFunction · 0.65
generateFunction · 0.65
connectionHandlerFunction · 0.65
startMethod · 0.65
writeMethod · 0.65

Implementers 2

OutputConsolePluginpackages/dbml-cli/src/cli/outputPlugin
OutputFilePluginpackages/dbml-cli/src/cli/outputPlugin

Calls

no outgoing calls

Tested by

no test coverage detected