SQLAlchemy: How to do Table Reflection and MySQL?

2012-10-20 Thread Nick Sabalausky
Hi, I'm fairly new to Python, and I'm trying to figure out how to use SQLAlchemy to connect to a MySQL DB and use table reflection to set up SQLAlchemy's tables. But the SQLAlchemy documentation is gigantic and frankly kinda making my head spin, so I'm having trouble even finding any information o

Re: SQLAlchemy: How to do Table Reflection and MySQL?

2012-10-23 Thread Nick Sabalausky
On Mon, 22 Oct 2012 14:35:23 -0700 (PDT) darnold wrote: > > i'm not brave enough to dig too deeply into SQLAlchemy, but maybe this > will help? : > > http://kashififtikhar.blogspot.com/2010/07/using-sqlalchemy-reflection-with-pylons.html > > that came up from googling "sqlalchemy table reflecti

Re: SQLAlchemy: How to do Table Reflection and MySQL?

2012-10-23 Thread Nick Sabalausky
On Tue, 23 Oct 2012 22:42:08 + "Prasad, Ramit" wrote: > Nick Sabalausky wrote: > > On Mon, 22 Oct 2012 14:35:23 -0700 (PDT) > > darnold wrote: > > > > > > i'm not brave enough to dig too deeply into SQLAlchemy, but maybe > > > this wi