Rachel Willmer wrote:
> 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.

I know MySQL and SQLite define their fields differently.  But you're 
right... I could use Django to create the db and tables, then just dump 
the data from mysql and import it into sqlite.

For practicality, this is probably the way to go.  For helping test 
Django and learning, playing with serialization sounds fun.  :)

Thanks,
Rob

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

Reply via email to