Skip to content

lnit/schema_doctor

Repository files navigation

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.