Hi.
I would like to produce human-readable diffs of my db dumps with git, on my dev environment..
However, the db dumps produced by backup_migrate put a lot of stuff in one line.
What about an optional feature to have a db dump with nice linebreaks?
Also, what about optionally having one file per table, to get even more diff options..?
Thanks!
Comments
Comment #1
ronan commentedI understand the desirability of this, but I've chosen efficiency of backup and restoring instead.
Comment #2
donquixote commentedFYI:
In the meantime I created
https://drupal.org/project/nicedpq
I did not really measure the performance implications, though..
and not even sure it would fit here.
Comment #2
donquixote commentedFYI:
In the meantime I created
https://drupal.org/project/nicedpq
I did not really measure the performance implications, though..
and not even sure it would fit here.