[sqlalchemy] mysql to sqlalchemy table definition in .py file?

2008-09-29 Thread Lukasz Szybalski
Hello, I've asked this about 6 months ago and I was wondering if there was any progress I have existing mysql database, and I would like to connect to it via sqlalchemy using autoload and generate a python file style schema out of it. I want to migrate my existing mysql database to a

[sqlalchemy] mysql and sqlalchemy

2006-10-26 Thread dischdennis
Hi, I tried to make the tutorial according to the tutorial on the sqlalchemy site. I used the shipped mysql module in sqlalchemy 0.2.8.(mysql://[EMAIL PROTECTED]/alc) Everything worked fine except until I tried to make a join between two tables. I know that MySQL doesn't support the JOIN