增加一个函数来同步判断某个 Id 数据是否存在于db中 ``` const db = new Database() db.has('tableName', primaryKey) // return boolean ```