@compas/code-gen
Version:
Generate various boring parts of your server
8 lines (7 loc) • 303 B
TypeScript
/**
* Write an ERD diagram in a Mermaid codeblock in a Markdown file.
* This is supported on GitHub and in quite some IDE's.
*
* @param {import("../generate.js").GenerateContext} generateContext
*/
export function databaseERDCreate(generateContext: import("../generate.js").GenerateContext): void;