[Zope3-dev] Re: [Zope3-Users] ODBC database adapter for Zope3?

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Sep 8 07:40:51 EDT 2005


On Thursday 08 September 2005 06:04, Chris Withers wrote:
> If we can get all that stuff in one place, then we have a much better
> chance of making it as good as it should be, AND we make it possible to
> use any relational database which has a python library, rather than
> having ot wait for some poor unsuspecting code monkey to try and write
> the DA...

A very simplistic DA is easy; you basically only have to write a function that 
uses the DSN value to construct connection arguments for a particular DB 
package. If you make advanced use of the DB, you also want to register type 
conversions.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-dev mailing list