/t2erd-png

Text to ERD converter to PNG

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Text 2 ER Diagram

Features:

  • Draw tables
  • Draw relationships
  • Draw self-referential relationships
  • Support colours
  • Support custom positions
  • Support custom table dimensions

Usage

CLI

As a CLI tool, it automatically converts the ERD into an SVG and then into a PNG. In addition it will print the SVG code to the terminal.

From source

git clone https://github.com/dosaki/t2erd
node ./t2erd/src/t2erd.js -i /path/to/input.erd -o /path/to/ouput.png

Form NPM

or if installed globally via

npm install -g t2erd
t2erd -i=/path/to/input.erd -o=/path/to/ouput.png

Library

Please see t2erd instead.

Syntax

See Syntax on t2erd instead.