from("Companies") ->where("`name` = ?") ->or("`id` = ?") ->execute(["dekko", 12]) ->asModels(new Company);