Re: [SQLObject] Zope 2/Python 2.1 support
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Sidnei da S. <si...@re...> - 2003-07-15 11:39:13
|
| Ack... just thinking about that stuff makes my head hurt. ZODB and | acquisition together create this weird environment that always seems | unpredictable to me. I'd be quite happy avoiding those -- in fact, | anything that allows me to avoid those would be a feature in my mind. | (Well, ZODB probably isn't so bad, but I still don't entirely understand | how it fits into the entire system) | | I would expect that SQLObject instances wouldn't live in ZODB, or in the | Zope filesystem or anything like that. For rendering and manipulation | you'd use Python Scripts and templates and such, i.e., SQLObject | instances would never be directly published. Ok, thats pretty simple for you to do (maybe not entirely safe, but that's another issue...) . For using it in Python Scripts you'll probably have to make a security assertion that SQLObject classes are importable. I would add one by one until it gets usable, because you may not need all of them. | > Good to know! Just for curiosity, what is the 'other python stuff' | > you're interested in? Would it be Twisted? | | Nah, I'm not a big fan of Twisted. Nice guys, some good ideas, but I | don't think asynchronous programming makes much sense past low-level | stuff. Just as an example, SQLObject would not work well with Twisted | at all, since it hides blocking code (i.e., database calls), and you | have to be very careful about such code when doing asynchronous | programming. Twisted is very different from Zope, but just as insular, | which is a big drawback for me. | | I've worked with Webware a fair amount, and I've now I'm hoping to help | bring together all the similar alternatives, of which there are an | excessive number. And then there's the form processing library which is | always on the back of my mind, but always feels a little way off for | me... Like, you want to write a standalone form processing library for using with SQLObject? Or do you have a existing implementation in mind that you want to adapt? []'s -- Sidnei da Silva (dreamcatcher) <si...@re...> Debian GNU/Linux 2.4.20-powerpc ppc People are going to scream bloody murder about that. -- Seen on linux-kernel ----------------------------------------------------------------------- Verified for virus by mail.redesul.com.br Scanner: clamscan / ClamAV - Version 0.54 - Updated 08/07/2003 |