Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 23, 2020
1 parent bdeced3 commit fc6643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options that don't take a value:
| `--no-create-table` | Add this option to not include a `CREATE TABLE` statement |
| `--add-drop-table` | Add this option to include a `DROP TABLE IF EXISTS` statement before `CREATE TABLE` |
| `--no-schema-name` | Add this option to not include the schema name in the output; this allows for importing the dump into a schema name other than that of the source database. |

| `--merge` | Add this option to create a dump that can be merged into an existing schema; this removes `CREATE TABLE` statements and uses upserts instead of inserts. Implies `--no-create-table`.
## Future scope (todo, ideas)

- standalone PHAR version
Expand Down

0 comments on commit fc6643d

Please sign in to comment.