On Thu, Oct 28, 2010 at 05:24, Fraser Burns <[email protected]> wrote:
> Is this best done within dabo or at a python level? > Once we have it in MySQL it is all dabo thereafter. > I would do it with SqlAlchemy and SqlALchemy-migrate. You can define the conversion over several chunks to make sure it works right and run them all together when your ready. Also, you can create tables and move data in a pythonic way instead of having to code SQL. You will still have to hand write the scripts, but it should be easier. Regards, Nate --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
