Hello, I implemented a raw improvement to handle some options on dump phase (only on MySql and PostgreSql: I'm not familiar with sqlite).
Passing an associative array to contractor is possible to append options such as extended-insert: it allows to avoid chunk of insert on dump, useful in case of database backup for multi-tenant database applications (such as software-as-a-services). I know file is bigger and not transactional but it ease the versioning.
Hope it could be useful to others, maybe with other contributions! :)
Apologies if I did some mistakes: it's my second time I'm contributing to a GitHub repo.
Hello, I implemented a raw improvement to handle some options on dump phase (only on MySql and PostgreSql: I'm not familiar with sqlite). Passing an associative array to contractor is possible to append options such as extended-insert: it allows to avoid chunk of insert on dump, useful in case of database backup for multi-tenant database applications (such as software-as-a-services). I know file is bigger and not transactional but it ease the versioning. Hope it could be useful to others, maybe with other contributions! :)
Apologies if I did some mistakes: it's my second time I'm contributing to a GitHub repo.