How about using SQL? On a *nix machine, you'd use mysqldump to output the db in sql format, then use the ".read" command in sqlite to read it in.
For the reverse journey from sqlite to mysql, it would be the ".output"/".dump" commands to create the sql file, and the "source" command in mysql to read it back in. Rachel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

