SQL

Introduction

The reference is your key to a comprehensive understanding of the Relay Class

<aside> ❗ This is very similar to what you will be doing in data structures. You need a good idea of how Object Oriented Programming works. I would suggest going over some of those concepts before you begin. You will need to search how SQL works before you begin work on this class.

</aside>

SQL Syntax

Purpose

This class offers all the methods that we need for interacting with the database. This is so that people coding the Relay and the relay container classes don’t have to worry about all the functionalities of a database. This is a little trick we call abstraction 👀

Functions

Future Changes

No Future changes! The database is the deepest point in the rabbit hole that is a tech stack. But that also means that all other code depends on this!