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/ it's not dbcook/ dependent except some util.attr module usage: $ python copyall.py srcdburl destdburl we've used this to copy whole from sqlite to postgres to m$sql ciao svilen > Hello, > Is there maybe a feature in sqlalchemy that would allow me to > autoload table from one database, and move it over to another > database? > > 1. I would like to print data structure from autoload table. (then > copy and paste it into new file and use it to create new > table)(without typing every data structure) > 2. And/or autoload via one engine and autoupload via different > engine and create_all() > 3. Analyze csv files and create sqlalchemy definition like > structure. > > Ideas? > > Lucas > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
