SQL Editor
Is it possible to run code in the sql edit that just replace the entire database?
1 Reply
@YesMan no you can't fully replace the database using Supabase SQL Editor.
You can drop or truncate tables manually.
For a full reset, go to Dashboard, Settings, Reset Database