Adds multiple WHERE conditions combined with AND.
Sqler whereAnd(List<Condition> conditions) { return where(AndWhere(conditions)); }