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 view, establishes a connection to the database, prints the targeted table to the command line.