angel-dart-archive / orm

moved to angel-dart/angel/packages/orm

Home Page:https://github.com/angel-dart/angel/tree/master/packages/orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support custom expressions for a field

thosakwe opened this issue · comments

Example:

@serializable
@orm
class _Forum extends Model {
  @Column(expression: 'COUNT(SELECT * FROM posts WHERE forum_id=id)')
  int postCount;
}

Work begins: 860e802

Closing, as this is available in the latest beta.