xdump icon indicating copy to clipboard operation
xdump copied to clipboard

A consistent partial database copy & load utility

Results 11 xdump issues
Sort by recently updated
recently updated
newest added

from attrs there are backward-incompatible Changes: Removed deprecated Attribute attribute **convert** per scheduled removal on 2019/1. This planned deprecation is tracked in issue [#307](https://github.com/python-attrs/attrs/issues/307). [#504](https://github.com/python-attrs/attrs/issues/504)

An ability to read dump / load options from a configuration file. YAML should be fine

Why: - To have a consistent interface. - Useful if you don't want to change settings in your project - just setup everything in the command line Django integration is...

Load all rows, that reference rows selected by `full_tables` and `partial_tables`. Could accept a list with tables, that should be processed as targets for relations loading. E.g. ```python backend.dump('file.zip', full_tables=('groups'),...

MySQL 8 and MariaDB 10.2.1 have CTE support, that makes possible implementation of recursive data loading