Skip to content

Commit

Permalink
Added draw_db utility. Regenerated diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cross committed Oct 2, 2015
1 parent 79728b8 commit 163ed4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file modified db/literature.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions util/draw_db
@@ -0,0 +1,8 @@
#!/bin/bash

# Make sure we're in the expected place
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
cd $SCRIPTPATH
cd ..

sqlt-graph -f=MySQL -o db/literature.png db/literature.sql

0 comments on commit 163ed4e

Please sign in to comment.