QueryBuilder.and

Alias and to where, to allow stuff like User.where( ... ).and( ... )

struct QueryBuilder
alias and = where

Meta