sql-dumper --config stations.ini \ "routes:id,name;stations:id,name;stations_for_routes:station_id,route_id,ord" \ 100-200 \ "routes.id=stations_for_routes.route_id ...
If executed without flags then "./config.json" will be used by default. The program uses mysqldump utility to dump your database so it must be installed. It's ...