# Functions
CreateDatabase will create a database with a randomly generated name.
CreateInstance will create an instance with a randomly generated name.
CreateUser will create a user with a randomly generated name.
DeleteDatabase deletes a database.
DeleteInstance deletes an instance.
DeleteUser deletes a user.
WaitForInstanceState will poll an instance's status until it either matches the specified status or the status becomes ERROR.