let ret = yield this.rawQry().filter(function(user) {
      return user('username').eq(username);
    }).run();