Skip to content

Creates ERD (Entity-Relationship-Models) from Sequel Models.

License

Notifications You must be signed in to change notification settings

todkaiser/sequel_erd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SequelErd

Creates ERD (Entity-Relationship-Models) from Sequel Models. This is a quite hacky project without any real specs. Hope these will follow.

Installation

Add this line to your application's Gemfile:

gem 'sequel_erd'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sequel_erd

Usage

Run

Sequel::Erd.create

after loading your Application Code and Models (e.g. from the CLI). This will create a sequel_erd.png in your Applications root path.

Contributing

  1. Fork it ( https://github.com/mcb/sequel_erd/fork )
  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 a new Pull Request

About

Creates ERD (Entity-Relationship-Models) from Sequel Models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 89.1%
  • HTML 10.9%