after12am / dress

MySQL, SQLite3 and PostgreSQL supported Database Design Documentor.

Home Page:http://after12am.github.io/dress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using configuration file instead of command line input

after12am opened this issue · comments

think about using configuration file like Vagrantfile

here is example flow to export dbdoc

$ mkdir doc
$ cd doc
$ ddd init
$ vi DDDfile
$ ddd publish
$ tree
.
├── _static
├── index.html
├── DBdocfile
└── sql.txt

how about DBdocfile format > json or ini format is appreciate?

ddd is not so complicate. no need.