-
Notifications
You must be signed in to change notification settings - Fork 0
a simple rails plugin to visualize a database scheme using graphviz
License
moritzh/superdumper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Superdumper =========== This plugin consists of nothing but one rake-task, rake db:superdumper which outputs the file database.pdf in RAILS_ROOT. This pdf-file contains your database scheme visualized, using graphviz. If you want to customise it, just modify it, the source isn't too hard to understand i guess. Installing GraphVIZ =================== Graphviz http://www.graphviz.org/, is a graph visualization tool made by AT&T and Bell, and should be available for your platform using your package manager. OS X: ===== Using MacPorts, just do a # sudo port install graphviz which should install everything necessary Debian: ======= # aptitude install graphviz Copyright (c) 2009 Moritz Haarmann, released under the MIT license
About
a simple rails plugin to visualize a database scheme using graphviz
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published