-
Notifications
You must be signed in to change notification settings - Fork 219
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
Feature: soft delete #901
Feature: soft delete #901
Conversation
Hi @alm0ra , |
@roman-right yes i can , but first i wanted to know is it ok to implement in this way? If it's ok i will add tests. |
add DocumentWithSoftDelete to init beanie add test insert one and delete one
add more test
@roman-right |
Merged, @alm0ra could you please add a doc page for this when you have time? |
@roman-right |
This looks like a super cool feature. Are the docs in progress? |
Fixes #534
in this PR i added new Document class with ability of soft delete