This Rust program generates a SQL file with an arbitrary number of orders, for the example database with orders, products and users.
A compiled .exe for Windows is included for convenience. To run:
./orders_sql_generator.exe [number of orders]
The datasets that are used to generate the names of users and products are already included in the binary.
If you have Cargo installed, you can compile the source code with cargo build --release