Skip to content

aborrego3/Orders-SQL-generator

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages