Version 1.0.1
This is a patch release to version 1.0
- You can now chain
static ::start()onSimpleBackupclass. - This version includes fluent chaining of database settings.
- Added
->includeOnly(array $tables)which allows you to export data for only tables mentioned in$tablesvariable. - Added
->excludeOnly(array $tables)which removes the inclusion of tables mentioned in$tablesvariable during export.