Replies: 3 comments 4 replies
|
Unrelated conversation, but someone else pointed out that there is no button to delete all users, which is similar to truncating a database. With that said, this feature could also include:
|
0 replies
|
Would you see this as an additional flag in the existing endpoints, how should we name it? |
3 replies
|
I personally see this as a CLI command either:
Is the Appwrite console wired up to execute commands in |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Idea by Tanner Meade on Discord
Let's add a button to database collection's settings just above "Delete collection" saying "Truncate collection". This function could use all of the existing APIs and in theory does not require any new endpoints. The function would iterate over all documents in the collection and delete them.
All reactions