Weston Ruter

Web application developer in Portland, Oregon

SchemaGraph: Visualizing Databases in SVG

By

Graph visualization of a MySQL database with the tables placed around a circle and the foreign key constraints appearing as lines between the tablesI just released SchemaGraph, a standalone PHP script which queries the MySQL information_schema database to get all of the necessary information about a database’s (InnoDB) tables to construct a graph; this graph is then output as an interactive SVG image (see example) with the following features:

This is an open source project I developed while working at Shepherd Interactive. Find out more on the project page.

There are no comments yet.

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>