This repos is basically divided in two parts :
The Database basically contains three parts.
- Transport.sql : contains the database creation querie.
- insert.sql : contains all the insert made to the database.
- Queries.sql : contains all the basic SELECT queries.
The FakerJs part is the javascript code containing the script used to generate all the insert in each table (using FakerJs)