/moira

document generator for MySQL.

Primary LanguageRubyMIT LicenseMIT

Moira

Schema information generator for MySQL.

  1. Table name and comment.
  2. Column name, type, nullable, defaulte and comment.
  3. Unique key name and columns name.
  4. Primary key name and columns name.
  5. Index name and columns name.
  6. Foreign key name, columns name, reference table name and columns name.

Installation

TODO: Register rubygems

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request