• First, it will connect to the MariaDB server running in a `mariadb` container
  • If one doesn't already exist, it will then create a new table named `data` within the database
  • Next, the application will insert a new entry containing a random number into the table
  • Finally, the application will query the table to show every entry within it