[Zope3-Users] Zope3 and SQLAlchemy

2008-11-18 Thread Thierry Florac
Hi, I currently have to integrate an SQL database (PostgreSQL, with PostGIS extensions) into my Zope3 application. I'd like to use SQLAlchemy to handle this, and I've seen that several packages are available : z3c.zalchemy, z3c.sqlalchemy, zope.sqlalchemy... So my questions are simple : - what

Re: [Zope3-Users] Zope3 and SQLAlchemy

2008-11-18 Thread Francois Lubbe
Hi Thierry, I've implemented ore.alchemy which utilizes sqlalchemy to create zope3 schemas from sqlalchemy definitions in an application which runs on zope 2.10.5, but it should work just as easily on zope 3. You should definitely give it a look. Regards Francois Lubbe Thierry Florac

Re: [Zope3-Users] Zope3 and SQLAlchemy

2008-11-18 Thread Andreas Jung
Use zope.sqlalchemy for integration with the Zope transaction system. You can directly use the declarative layer of SQLAlchemy out-of-the-box. This is basically you want. Andreas On 18.11.2008 13:06 Uhr, Thierry Florac wrote: Hi, I currently have to integrate an SQL database (PostgreSQL,

Re: [Zope3-Users] Zope3 and SQLAlchemy

2008-11-18 Thread kevin gill
I investigated these last month. At the high-level there are two options, ORM or Direct SQL. If you are going down the route of ORM, there are two well supported and active ORMs, SQLAlchemy and Storm. If you are going with alchemy, there are several options. I made a few notes as I was looking

Re: [Zope3-Users] Zope3 and SQLAlchemy

2008-11-18 Thread Hermann Himmelbauer
Am Dienstag 18 November 2008 13:06:31 schrieb Thierry Florac: Hi, I currently have to integrate an SQL database (PostgreSQL, with PostGIS extensions) into my Zope3 application. I'd like to use SQLAlchemy to handle this, and I've seen that several packages are available : z3c.zalchemy,

Re: [Zope3-Users] z3c.form / extjs

2008-11-18 Thread Stephan Richter
On Monday 17 November 2008, Mignon, Laurent wrote: Following compatibility issues of licence, all the work related to integration between zope3 / z3c.form and extjs has been removed from the zope repository. Does some one say me if these developments were continued outside the zope