SQL tool

Hi,

I'm looking for a tools under windows that can draw a SQL map using a sql file and ruby convention. So relations are kept and I can get a nice gif or jpeg file with my DB schema.

Thanks :slight_smile:

Hi,

I'm looking for a tools under windows that can draw a SQL map using a sql file and ruby convention. So relations are kept and I can get a nice gif or jpeg file with my DB schema.

Well, if your DB has the foreign key constraints in it (and it should -- check out http://www.redhillonrails.org for an easy way to do that), then you could use a tool like Power*Architect ( http://www.sqlpower.ca/page/architect ) to quickly draw the ER diagrams.

Thanks :slight_smile:

Best,