Re: any suggestions for managing DB schema with visual ERD tool?

2010-02-18 Thread snfctech
Thanks for the link to that option, Dougal. I have typically managed my models textually in the past - and maybe that's still the best way to do things. Especially if you can use things like graph_models to output a visual representation for discussion purposes. I was just trying out a new way

Re: any suggestions for managing DB schema with visual ERD tool?

2010-02-18 Thread Dougal Matthews
On 18 February 2010 00:03, snfctech wrote: > I just built a complicated schema with MySQL workbench and am looking > at Python frameworks to start implementation. > > Does anybody in the Django community do this? What's your practice > for going back and forth between

Re: any suggestions for managing DB schema with visual ERD tool?

2010-02-18 Thread snfctech
@Daniel: That's the idea! But it's Mac only. :-( @rebus_: Thanks for the links for graph_models. You still have to manage the models textually, though. I was hoping for something that you could manage visually. On Feb 18, 1:15 am, rebus_ wrote: > On 18 February 2010

Re: any suggestions for managing DB schema with visual ERD tool?

2010-02-18 Thread rebus_
On 18 February 2010 01:03, snfctech wrote: > I just built a complicated schema with MySQL workbench and am looking > at Python frameworks to start implementation. > > Does anybody in the Django community do this?  What's your practice > for going back and forth between

Re: any suggestions for managing DB schema with visual ERD tool?

2010-02-18 Thread Daniel Hilton
On 18 February 2010 00:03, snfctech wrote: > I just built a complicated schema with MySQL workbench and am looking > at Python frameworks to start implementation. > > Does anybody in the Django community do this?  What's your practice > for going back and forth between

any suggestions for managing DB schema with visual ERD tool?

2010-02-17 Thread snfctech
I just built a complicated schema with MySQL workbench and am looking at Python frameworks to start implementation. Does anybody in the Django community do this? What's your practice for going back and forth between the ERD and the ORM? I saw DjangoGraphviz