Sha256: 1708b2161bf9ded38a619b04faff0d098fa5e6ea4893ea9dd3debb3a99f52420

Contents?: true

Size: 601 Bytes

Versions: 4

Compression:

Stored size: 601 Bytes

Contents

# SchemaDoctor

Automatic database documentation tool, for Ruby on Rails project.

## Demo

- **[Sample Output](https://lnit.github.io/schema_doctor/)**
  - Generated from [Mastodon](https://github.com/mastodon/mastodon)'s [schema](https://github.com/mastodon/mastodon/blob/9be77fc0dbb01c1a8a54cd3da97e16c7941df367/db/schema.rb).

## Installation

Add the gem to your project

```rb
gem "rails"

group :development do
  gem "schema_doctor"
end
```

Then `bundle install` and you are ready to go.

## Usage

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
schema_doctor-0.0.5 README.md
schema_doctor-0.0.4 README.md
schema_doctor-0.0.3 README.md
schema_doctor-0.0.2 README.md