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