[Zope3-Users] Re: Zope3 with RDBMS (avoiding ZODB)?
Laurence Rowe
l at lrowe.co.uk
Mon Mar 5 12:11:10 EST 2007
There is no need to use an object-relational mapper, but you will want
to use a database adapter so that RDBMS transactions get tied into
Zope's transactions. I think that means
http://cvs.zope.org/zopeproducts/oracleda/ for Oracle.
Laurence
Robert Hicks wrote:
<snip/>
>
> Do I take this to mean you are just using SQL and not any "integrated"
> Z3 solution? I ask because I have Oracle databases at work and would
> like to try Z3 out with that. I have no problem doing my own SQL (I kind
> of prefer it).
>
> Robert
More information about the Zope3-users
mailing list