Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Order SQL generator

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