-
Plone and SQLAlchemy
last modified October 13, 2007 by akman
The tabellio.sqlalchemy sprint will take place Oct. 13-15, right after the Plone Conference 2007.
We will continue the developments realized for a governmental application: Tabellio http://www.tabellio.org
Sprinters: please take a look at collective.lead in the Collective. It handles all the connection crap you don't want to think about. It deals with SQLAlchemy 0.3 only, but updating to 0.4 should be reasonably easy - Martin / optilude
Scope
Enable in a transparent way the storage, the indexation and the querying of fields residing into Database.
Goals
- New SQLAlchemy storage for archetypes
- New SQLAlchemy based catalog / index
Participants
- Godefroid Chapelle (aka __gotcha)
- Laurent Mignon
- Laurent Lasudry (aka laz)
Everyone is welcome.
Preparations
A POC was developed for the SQLAlchemy storage for archetypes. You can get and build the development version using the fallowing buildout.$ svn co http://svn.tabellio.org/tabellio.org/poc.tabellio.org/trunk tabellio.org
$ cd tabellio.org
$ python2.4 bootstrap.py
$ ./bin/buildout -v
Back to Sprint