On Thursday 17 April 2008 00:07:28 Lukasz Szybalski wrote:
> 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:
> > 
> >  svn co
> > 
http://dbcook.svn.sourceforge.net/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?!!
yes

> 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()
yes, create all stuff autoloaded from src, but into dbdst (using 
dst_engine).

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