[PyQt] PyQt and sqlalchemy (or map to a widget).

Wolfgang Keller feliphil at gmx.net
Tue Jan 14 17:31:47 GMT 2014


> I realize that PyQt can use the data tools that comes from Qt.  That 
> said, I was wondering if anyone has used other ORM's (maybe designed 
> their own).  I'd  like to see how to map a simple widgets to some
> data using something like sqlalchemy or any other examples not using
> Qt stuff (maybe NoSql?).  Maybe some sort of mixin????

You can always look at the source of one of these:

Pypapi    https://pypi.python.org/pypi/PyPaPi/0.8
Camelot   http://www.python-camelot.com/
Qtalchemy http://www.qtalchemy.org/

The three above use SQLalchemy, but not these:

Thyme     http://clocksoft.co.uk/downloads/
Kexi      http://www.kexi-project.org/

Sincerely,

Wolfgang


More information about the PyQt mailing list