/dress

MySQL, SQLite3 and PostgreSQL supported Database Design Documentor.

Primary LanguageJavaScriptMIT LicenseMIT

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).