|
Re: [Webware-discuss] MiddleKit versus ZODB
From: Edmund Lian <elian@in...> - 2003-03-01 20:18
|
Thanks to all for the discussion about MiddleKit vs ZODB. It was enlightening, to say the least. I've not used either so far, preferring to work directly with the underlying RDBMS since the schema I've been using were very complex--4-6 table joins, etc. I'll give MiddleKit a shot on the next project though, since the project is simpler that what I've been doing so far. Regarding transaction support in MiddleKit--might actually be easy with PostgreSQL. Why not just issue a begin transaction command prior to what ever needs a transaction, update and flush the objects, then issue a commit? Anyway, I'll investigate this when I try MiddleKit next... ...Edmund. |
| Thread | Author | Date |
|---|---|---|
| Re: [Webware-discuss] MiddleKit versus ZODB | Edmund Lian <elian@in...> |