On Wed, Apr 16, 2008 at 1:03 AM,  <[EMAIL PROTECTED]> wrote:
>
>  a separate feature - no.
>  but it's not much to do it. here my attempt at this.
>
>  try copyall or copydata+autoload from here:
>  http://dbcook.svn.sourceforge.net/viewvc/dbcook/trunk/dbcook/misc/metadata/
>
>  svn co
>  http://dbcook.svn.sourceforge.net/dbcook/trunk/dbcook/misc/metadata/
>
this works:
svn co 
https://dbcook.svn.sourceforge.net/svnroot/dbcook/trunk/dbcook/misc/metadata/

At which point here is the table created in dst database?


metadata = autoloader.metadata()

here you get the src metadata about tables?!!

dst_engine= sqlalchemy.create_engine( dbdst)
Here you change the engine??
metadata.bind = dst_engine


This will create tables from the first line statement?
metadata.create_all()


Lucas

--~--~---------~--~----~------------~-------~--~----~
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