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:
|
Beta Was this translation helpful? Give feedback.
-
Would you see this as an additional flag in the existing endpoints, how should we name it? |
Beta Was this translation helpful? Give feedback.
-
I personally see this as a CLI command either:
Is the Appwrite console wired up to execute commands in |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions