Feature request: A way to reset dbs quickly in dev
I often find myself needing to reset my db in dev to check if my flows are working properly, and to check whether things would break in certain states or not.
And so recently I've been wanting a way to quickly get a clean slate for your db every once in a while, which is why I propose a "nuke db" button, a button that lets you either completely reset your db, or per component, or only application db.
I believe this would be really helpful for everyone since clicking through every table, then selecting all, and deleting when you have loads of tables and components is pretty tedious, hope this can be brought into consideration :)
Also I think that would save convex money since it's a bulk delete instead of a bunch of spaced out separate calls to first load the data into ui for each table, then delete em all, every bit of cost savings counts
3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Current workaround:
Whoa thankss