def get_virtual_database(self, database): debug.not_impl(self)
def get_definitions(self, database, word): debug.not_impl(self)
def get_database_info(self, database): debug.not_impl(self)
def get_words(self, database): debug.not_impl(self)
def get_databases(self): debug.not_impl(self)
def close(self): debug.not_impl(self)
def connect(self): debug.not_impl(self)
def set(self, key, value): debug.not_impl(self)
def get(self, key): debug.not_impl(self)