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

dress

dress is a database design documentor. This console application generates database design documentation in html format from your RDB like MySQL. There is no need to review updates and update your documentation one by one. You add comments on tables and rows, and then type a command in your terminal. That's all.

Supported

  • MySQL
  • PostgreSQL
  • SQLite3

Usage

$ python dress config --datasource mysql
$ python dress export

Note

Under development.

License

Copyright (c) 2014-2015 Satoshi Okami. See the LICENSE file for license rights and limitations (MIT).

About

MySQL, SQLite3 and PostgreSQL supported Database Design Documentor.

http://after12am.github.io/dress

License:MIT License


Languages

Language:JavaScript 56.6%Language:CSS 19.3%Language:Python 18.1%Language:PHP 6.0%