> > 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
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
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
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