laravel-masked-db-dump
laravel-masked-db-dump copied to clipboard
Large Database - inefficient dump format
the dump file does not group imports, so one insert statement for each line.
Workaround:
import dump locally, then export again using e.g. Sequel Ace
Would be great if the dump format could be optimized