# Functions
ClearDatabase wipes all data from the emulator database
It panics if the DELETE request fails to be created or executed.
Get returns the database environment for the testing emulator.
MustGet returns the database environment for the testing emulator
It is similar to get, but panics in case the environment is not able to be initialized.