Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online Collaborative Schema Design (leverage google docs?)

I'm looking for an online, collaborative database schema designer. App is for MySQL specifically, but generic DB designer is fine too. It's important that it can handle revisions (history of changes).

This looks cool, and I could host it on a server - but doesn't look like it would handle multi-user: http://ondras.zarovi.cz/sql/demo/

Currently we're doing a lot of design collaboration on google docs/spreadsheets. Has anyone had any success using google spreadsheet for schema design? Even if there were just a gadget for drawing lines/connections, I might give Google Docs a shot.

like image 425
ack Avatar asked Mar 25 '10 18:03

ack


1 Answers

You could represent the database schema using UML, which brings up a different question: is there any collaboration software out there for building UML diagrams? SAP had some software built on Google Wave to do some UML-like, collaborative editing (theirs was to model processes I think) but I'm not sure where it went when Google Wave flopped. I think it is now StreamWork (http://www.sapstreamwork.com/how-it-works). I didn't see any diagramming tools there.

like image 179
Jon Onstott Avatar answered Sep 23 '22 16:09

Jon Onstott