Functions

takes in the command, targets the table you want to add to it, establishes a connection to the database, makes a object with the create struct, and injects the object into the database
command got from main and then sends the next command here to the function called.
takes in the command, targets the table you want to add rows to, establishes a connection to the database, makes a object with the update struct, and adds the object to the table.