---------------------
Added
~~~~~
- Possibility to truncate data in the database instead of the DB re-creation. ``truncate`` method in DB backends. `48`_
- Command Line Interface. `6`_
Changed
~~~~~~~
- Do not try to load schema if it is absent in the dump. `39`_
- ``xdump.sqlite.SQLiteBackend`` now accepts only ``dbname`` and ``verbosity``. `52`_
- Now Django's ``xload`` command doesn't recreate the DB but provides a non required option ``--cleanup-method`` for
choosing how to clean-up the database before the dump loading. `53`_
- Django's ``xload`` command options are renamed.
``--dump_data`` -> ``--dump-data`` and ``--dump_schema`` -> ``--dump-schema``.