Checks whether a value is stored under the given key.
Declared in <dbwrapper.h>
<dbwrapper.h>
template<typename K> bool Exists(K const& key) const;
True if the key exists in the database, false otherwise.