On Thu, Apr 17, 2008 at 3:51 AM,  <[EMAIL PROTECTED]> wrote:
>
>  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).


Have you ever tried this with mssql to mysql? Any potential problems?
Lucas


-- 
Automotive Recall Database. Cars, Trucks, etc.
http://www.lucasmanual.com/recall/
TurboGears Manual-Howto
http://lucasmanual.com/pdf/TurboGears-Manual-Howto.pdf

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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