def exists(self): return db.exists(self.dbid)
def playerExists(self, pid): return db.exists(self.dbid + ":pid:" + str(pid))