Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleRepository提供通用删除函数 #17

Open
wangyuheng opened this issue Oct 9, 2020 · 0 comments
Open

SimpleRepository提供通用删除函数 #17

wangyuheng opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wangyuheng
Copy link
Owner

背景

Arc 通过 SimpleDgraphRepository 提供了基于DomainEntity的Dgraph数据库的基本操作

希望扩展实现删除功能,简化相关操作,包括 删除 & 软删除(数据状态不可查询,但是仍存储于数据库中)

方案

注: 软删除如果涉及到通用字段,需要考虑 代码生成(#5

// TODO

验收

  1. 通过调用通用函数实现删除功能
@wangyuheng wangyuheng added the enhancement New feature or request label Oct 9, 2020
@wangyuheng wangyuheng added this to the 1.2.0 milestone Nov 19, 2020
@wangyuheng wangyuheng modified the milestones: 1.2.0, 1.3.0 Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant