Hello,

I'm happy to let you know about DMigrate. DMigrate is a simple tool
which lets you migrate Django databases easily. With DMigrate:
 * You don't have to use any SQL.
 * You don't need to learn any command for changing database structure.
 * You can do whatever transformations you like.
 * You can do the migration as many times as you like, until you get
it right, without fear of data loss.

There's one drawback: DMigrate is not as efficient as other migration
tools, which means that it's probably suitable only for small to
medium sites.

The idea is simple: DMigrate writes for you a script which takes all
the data from the current database and copies it to a newly created
database. You then edit the script to make any transformations you
like on your data, and then run the script. If you're not satisfied
with the result, you re-edit the script, and run it again. When you
are satisfied, make your website use your newly created database.
That's all!

DMigrate can also be used to migrate your data from one database
engine to another.

For more information about DMigrate, including examples, look at
http://code.google.com/p/dmigrate/wiki/Help

I would really like to hear what you think about it (especially if
it's good things...) Tell me!

Have a good day,
Noam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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