On Jun 25, 2006, at 2:00 AM, typemismatch wrote: > I'd like to know more SQLObject(s?) - off the bat I'd be really > nervous > having no control over my sql statements - I like to split my data > between databases ... why, cause I'm freaking nuts but seriously when > you have db's over 800Gigs then having code that uses different db's > for different things is great, it allows me to split my 800G into 4x > 200G databases with a db layer that knows how to fetch everything. I > actually have 1 file called my command file, its a single class, all > static methods - every single sql statement is here. The command class > uses a static db class to make disconnected db calls.
I would seriously look at SQLAlchemy... it gives you a great ORM with a lot more low-level control over the DB when you need it. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

