dosaki / t2erd-png

Text to ERD converter to PNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Text to ERD converter to PNG

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%