A tool to aid on generating DDL SQL. It was conceived to abstract away the boring part of writing the SQL tables and let developers/DBAs focus on the business logic. This tool assumes that every table ...
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 ...