Skip to content

Commit

Permalink
Including mysqldump XML example
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeborges committed Jun 18, 2014
1 parent f0b13c7 commit 3ccec7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ Use Composer to install this package.
</database>
</mysqldump>
```
As an example, you can generate MySQL XML dumps from the commmand line like so
```bash
mysqldump -u <USERNAME> -p<PASSWORD> --xml -t my_database my_table > ~/fixtures/my_table.xml
```

***Yaml***, use it for simple data that does not has NULL values.
```yaml
Expand Down

0 comments on commit 3ccec7e

Please sign in to comment.