class: DatabaseFunctions, __init__(main_db_key: str) the main_db_key param will be used for most methods, it's the most important param when talking with the database
functions/methods:
DatabaseFunctions().write_data(dict_: str)dict_: strbeing any json data that's being written to the database as a dict
MORE COMMING!!