Skip to main content

Download and set up the SQL database

After downloading the file, open your favorite DBMS and load the SQL file. Below is an example using DBeaver:

photo-1.png

Once the file is opened, you’ll see all the SQL code that needs to be executed. To keep everything organized, I recommend collapsing the sections.

Before executing the code, make sure you:

  1. Select your server
  2. Select the target database

Then execute the script:

video-1.gif video-2.gif

Now have everything to start.