[sqlalchemy] Download a database's definitions?

2014-04-26 Thread Adam Morris
Hi there, Just wondering if there is some tool out there that will just connect to an existing database, do a bunch of magic, and output a file with the Table and Column objects all nice and defined for me? That way I can go about using column names in select statements, ect? The larger

Re: [sqlalchemy] Download a database's definitions?

2014-04-26 Thread Michael Bayer
if you actually want code generation there is sqlacodegen: https://pypi.python.org/pypi/sqlacodegen/1.1.4 On Apr 26, 2014, at 5:24 AM, Adam Morris adam.morris@gmail.com wrote: Hi there, Just wondering if there is some tool out there that will just connect to an existing database, do