[Zope3-Users] Re: mysql connection

Christian Klinger cklinger at novareto.de
Wed Nov 14 03:01:39 EST 2007


Hi Roman,

it depends on what you are trying to do:

When you want a zope database adapter for mysql:
look here http://svn.zope.org/mysqldbda/

If you want ORM than try zalchemy. 
http://pypi.python.org/pypi/z3c.zalchemy/0.2.1

If you need a kind of "SQL-Expression" than take a look at
z3c.sqlalchemy.
http://pypi.python.org/pypi/z3c.sqlalchemy/1.0.11

HTH

Christian



> I am trying to connect to mysql. What is the preferred package to do that ?
> 
> I am using zopeproject. I tried to add dependency to mysqldbda, but it 
> fails.
> 
> The 2nd edition of the book mentions mysql utility, but it is not 
> installed by default it seems.
> 
> Thanks,
> 
> Roman
> plone at budzianowski.net 
> <mailto:plone at budzianowski.net>
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users



More information about the Zope3-users mailing list