Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wish to draw up some database schemas. E.g., table 1 has zero to many rows in table 2, etc.

It's purely for visual purposes (eg. no sql code, etc).

Are there any online tools / website that offer this?

(please don't say: Use Sql Server Database Diagrams, print screen, upload to image hosting service).

EDIT :

Please take note of the keyword -> ONLINE. I don't want any desktop solutions (because I already have one of these).

share|improve this question
11  
I love when a question has a lot of votes, several answers and its closed. I thought this was a Q/A site ... – SoMoS Jan 11 at 15:28
@SoMoS Yeah, but it's not constructive ... Still, this is just what I was searching for... – Brainfeeder Apr 17 at 12:24
1  
@Brainfeeder: then it must be that I don't understand the meaning of "Constructive" – SoMoS Apr 17 at 15:47
Yep - the stack overflow nazi's on the rampage as always. Taking things -toooooooo- anal-retentive-serious. Meh. There's so much subjective 'actions' that take place, I've long gotten past worrying about it. – Pure.Krome Apr 17 at 23:40

closed as not constructive by Lasse V. Karlsen Jun 1 '12 at 7:08

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

9 Answers

up vote 34 down vote accepted

What about this tool:

http://www.dbschemaeditor.com/OnlineDB.aspx

DB Schema Editor is a free RIA Web application that will let you design Database Schemas and generate scripts for SQL Server, My SQL, Postgre SQL, SQLite, Firebird and Oracle directly from your Browser.

share|improve this answer
awesome :) thanks heaps! this is a great (free) app to start out with :) (and will be handy for when i need to mock up some db schema's for some stack overflow questions :P ) – Pure.Krome Jan 30 '10 at 11:16
This one is great, I love the way that it can export jpeg so I don't have to zoom out and capture and edit. Thanks again :) – Vdt Dec 10 '10 at 4:23
This is really good. It's not Visio, but if you want to knock out a basic DB schema and share it, it does the job. – Chris Miller Jan 27 '12 at 5:30
19  
Unfortunately this requires SilverLight to work – Ian Dunn May 23 '12 at 22:19
1  
...and I am adverse to supporting Micro$oft products like Silverlight on ethical grounds...besides which their software generally sukx.... – rixter Oct 7 '12 at 2:09
show 1 more comment

Is this something along the lines of what you're looking for?

http://ondras.zarovi.cz/sql/demo/

share|improve this answer
very cool. I'm loving this modelling tool. Makes everything look clean – Sevenearths Aug 26 '12 at 10:35

Here's my tool. I think it's the best on the list. ;) It's intended for Google Chrome, but it mostly works in FF and IE.

Here's the webstore link.

https://chrome.google.com/webstore/detail/elkpialiknkiaebieojbgnhindepnlkg

The Sea Quail Database Diagram Tool is a database agnostic diagram tool with script generation capabilities. Plot your database schema using this app with its intuitive controls and pleasing appearance. Then, generate a create script for the schema for multiple SQL languages.

share|improve this answer
3  
online version is at diagrams.seaquail.net – Nash Bridges May 28 '12 at 6:13
This is amazing – Johnathan Au Mar 28 at 19:10
Good tool, i like it. – boiledwater May 16 at 2:18

I had good results using Gliffy

share|improve this answer

A UML Class diagram (with the method box concealed) is a nice database schema diagram. You can use Argo UML to draw a class diagram for your schema. Save it as PNG and upload it.

Click this link to launch it.

share|improve this answer
1  
This is not an ONLINE solution, AFAIK. – Pure.Krome May 28 '09 at 0:32
Or JUDE Community edition, if you want to go that way. – duffymo May 28 '09 at 0:33
@Pure.Krome - My recommendation might not be what you want, either. I misinterpreted "on-line". – duffymo May 28 '09 at 0:33

Use Sql Server Database Diagrams, print screen, upload to image hosting service

share|improve this answer

Easy to use with good results, free version is also very useful: http://schemabank.com

share|improve this answer
Nice .. but not free? – Pure.Krome Jun 21 '10 at 12:44
It's free, there's an option for the free version under "Sign up and Pricing". I like this one best, very intuitive and fast. – Skunk Jul 26 '11 at 11:16
It seems dead... – franzlorenzon Mar 22 at 15:02

This designer looks quite good: http://data-modeler.com . I used free version and it was enough for my purposes

share|improve this answer

Try Creately.com for Database Schemas and ER diagrams. Works pretty well.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.