void create_db(string db)
This function creates a new database (assuming we have sufficient privileges to do this).
Name of the new database.
drop_db()