Puellaquae/easy-codegen

计划支持的操作

Closed this issue · 0 comments

  • reaccess,从 unique 的字段获取实体
  • member access,获取普通字段
  • foreign access,通过外键获取字段
  • eq,neq,lt,le,gt,ge
  • like 对应 host 的 startWith endWith contains
  • skip,take 对应 offset limit 和 host 的 slice
  • and,or,not
  • filter,map
  • count,sum