[sqlalchemy] Re: sqlalchemy and desktop apps

2010-09-21 Thread erikj
Development of the OpenERP sqlalchemy branch was stopped. (I asked that question at europython) If somebody is interested, I have a bunch of code to port OpenERP modules to Elixir/Sqlalchemy, but it's very raw code... On Sep 14, 3:02 am, Tim Black wrote: > I'm not sure to what extent it works at

[sqlalchemy] Re: sqlalchemy and desktop apps

2010-07-26 Thread erikj
Hello Joel, you can have a look at our pyqt-sqlalchemy framework : http://www.python-camelot.com/ we use it in some large scale apps with millions of records in the db. should you have more questions, feel free to contact me. Best regards, Erik On Jul 24, 3:21 am, Joel Mohler wrote: > Hello

[sqlalchemy] Re: sqlalchemy and desktop apps

2010-07-24 Thread Joel Mohler
gbtami, Thanks! > pypapi.org is the bigest example a know. > It's using pyqt4, sqlalchemy and zope interfaces/schema/etc. > The only drawback for me, the code using too much italiano :) Indeed, too Italiano for me too, but the picture at http://www.pypapi.org/chrome/site/pypapi.gif is worth a 100

[sqlalchemy] Re: sqlalchemy and desktop apps

2010-07-23 Thread avdd
Hi Joel, Although my application is deployed on the web it was written with the goal of being redeployable as a desktop app, and to this end I have been able to abstract away the web details so that I can code my application very similarly to a desktop app. The relevance here is that all database