slimdump icon indicating copy to clipboard operation
slimdump copied to clipboard

A tool for creating configurable dumps of large MySQL-databases.

Results 9 slimdump issues
Sort by recently updated
recently updated
newest added

I found myself in a scenario where I only wanted to replace column values if a condition was met (e.g. replace email column value only if domain is not 'example.com')....

This PR adds the ability to call more complex faker methods. It follows an easy convention: `FAKER_methodName:arguments` The arguments of the faker method can be separated by a comma. Examples:...

Since v1.10, `slimdump` will also dump VIEW definitions. One possible issue with that is that one VIEW might be built on top of another one. To make it possible to...

help wanted

Is anybody interested in having a `webfactory/slimdump` Docker image? Give 👍 . Any volunteers to do the work? Open PRs :-).

help wanted

It would be helpful if we could have some version information printed on startup or with a command line switch like `--version`. Not sure how to best obtain that information,...

usecase: Given you have a table to select which records to export, but in the end result they all need to be set to other values. It would be awesome...

In the config it might be handy to use a regular expression instead of a wildcard. It would be nice to do something like: ``` xml ``` That should match...

enhancement

I am exporting a user which has a NULL value within a DATE field. I added this to my config: ``` ``` And it just stays NULL in export. When...

Like you descriped in the section "Also, when you need to analyze problems with data from your production databases, you might want to pull only relevant parts of data and...