RE: using SQLalchemy

2012-06-22 Thread Prasad, Ramit
> > We have a very chaotic database (on MySql) at the moment, with for > > I'm trying to use SQLalchemy and it looks absolutely great, but in > > general as a policy we don't use external dependencies.. > > That's a very foolish general policy, a lot of the power of python is in > the huge array o

Re: using SQLalchemy

2012-06-22 Thread Chris Withers
of the power of python is in the huge array of excellent third party libraries and frameworks, but each to their own... To try to do an exception in this case: - are there any problems with SQLalchemy on Windows? No. - are there any possibly drawbacks of using SQLalchemy instead of the My

using SQLalchemy

2012-06-21 Thread andrea crotti
with the current state. I'm trying to use SQLalchemy and it looks absolutely great, but in general as a policy we don't use external dependencies.. To try to do an exception in this case: - are there any problems with SQLalchemy on Windows? - are there any possibly drawbacks of u

Type error when using SQLAlchemy and Python

2007-06-11 Thread Nathan Harmston
HI, I posted this to sqlalchemy but didnt get a response, so I was wondering if anyone on python-list could help me. I m currently trying to build an api for a database and I really like the way that Djangos manager ( Class_name.objects ) is set up. This seems very intuitive for me. After reading