Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 601 Bytes

SchemaDoctor

Automatic database documentation tool, for Ruby on Rails project.

Demo

Installation

Add the gem to your project

gem "rails"

group :development do
  gem "schema_doctor"
end

Then bundle install and you are ready to go.

Usage

rails schema:analyze # Analyze Database Schema.
rails schema:export  # Export HTML.