Hello everybody! Can someone suggest me a way to develop locally?, I followed the official guide but it looks like it applies for new projects and I don't get it to keep in sync the schemas and database changes.
Basically what I want to achieve is to keep in sync the definitions (tables, schemas, functions, constraints, etc) for a local project with the cloud one in supabase. It is because I'm adding unit testing that need to call the API a couple of teams for every test. So, I need to delete all the data, insert new data again, compare the result for the testing iteself, etc.
And I think it makes much sense if that is handled locally instead of calling the remote api in supabase (right?)
thanks a lot!