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 <[email protected]> wrote: > 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 problem I'm trying to solve is that I want to connect to a Moodle > database and I insist on using python, and I also insist on using sqlalchemy. > :) > > Adam > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
