cakephp-database-backup
cakephp-database-backup copied to clipboard
DatabaseBackup is a CakePHP plugin to export, import and manage database backups
it should be possible, with the index command, to reverse the order of the results, and perhaps also sort them by name (not just by date), with appropriate options
BackupTrait has been around for a long time, it is a very (too) generic trait, widely used by many plugin classes. It should be replaced with more organic methods or...
The various `Driver` classes (`AbstractDriver`, `Mysql`, `Postgres`, `Sqlite`) should have other names, so as not to be confused with the CakePHP ones of the same name (for example `AbstractBridge` and...