mindoc/commands
roberChen 916c9c6c2a fix(models): use client/orm instead of adapter/orm
- using new orm api, change some related logics
- newer orm api has the concept of TxOrmer, for purpose of transaction
handling. A transaction ormer in v2 is a stateful object, it should be
dropped after using. A Ormer object is stateless and thread(routine)
    safe, and should not be used for transaction handling. More details
    count be found at official doc:
    https://beego.me/docs/mvc/model/orm.md, and pr note: https://github.com/mindoc-org/mindoc/pull/662#issuecomment-807040262
2021-03-26 11:34:02 +08:00
..
daemon chore: clean import errors for beego update 2021-03-24 00:28:13 +08:00
migrate fix(models): use client/orm instead of adapter/orm 2021-03-26 11:34:02 +08:00
command.go fix(models): use client/orm instead of adapter/orm 2021-03-26 11:34:02 +08:00
install.go fix(member): use client/orm insteal of adapter/orm 2021-03-25 15:32:44 +08:00
update.go chore: clean import errors for beego update 2021-03-24 00:28:13 +08:00