"Yves-Eric Martin" <[EMAIL PROTECTED]> writes:

> PS: with such a large system, would I be better of going with
> SQLAlchemy?

I have larger systems with SO.  But they started and evolved using SQLObject.
I believe that this helps a lot because there's no need to worry with order if
you are always creating and updating tables...  Of course, to create a new
version of this project I wouldn't rely on the SQLObject feature of creating
tables. 

Then, you could also keep on using your ER tool and just use something like
"fromDatabase" to "import" the structure to SO...  

Each case is a different case.

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to