Hello,
I'm a happy user of sqlalchemy on small personal projects of my own
(
http://bitbucket.org/jbmohler/pyhacc is one of them which is not
ready for use yet). At my day job we are in the process of evaluating
platforms for a rewrite of our small business accounting system. We
expect this rewrite to have 200k-300k LOC and sqlalchemy stands up
well in many ways to some of the C# alternatives we are considering.
The notion of writing the entire project in python is quite daunting
to management who is new to opensource.
I'm wondering if anyone would be kind enough to give an example of a
large desktop app written in sqlalchemy (even better if it's using
PyQt for the gui). We're pondering the viability of such a project in
python. In particular, we do a fair bit of document logic client side
with several hundred line invoice documents which we wish to edit as a
whole locally and send back to the server on an explicit user save
command. This is something which I wouldn't expect to typically be
needful in a web application.
I can certainly find examples of large websites on python via django,
but desktop business applications are a bit harder to come by. I
believe that eric4 is a good example but I was hoping for a largish
project involving sqlalchemy as well.
Thanks,
Joel