On Jun 4, 2007, at 2:31 PM, nathan harmston wrote:

>
> Hi,
>
> I m currently playing with using sqlalchemy to map a pre-existing
> database to objects. I ve had a quick look through the docs and not
> being able to find anything about this.
>
> Does SQLAlchemy support "introspection" (if thats the right word,
> probably not) into existing databases, if so how? If not is there any
> advice you have to actually use SQLAlchemy in such a way.

you want to use the "autoload=True" flag on Table.  see the docs on  
"Database Metadata".



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to