Hi, with supabase BaaS, is there any way or workaround to:
- Write Tests for the SQL queries / To test the results of the queries and not affecting the Db
- Continuous Integration (CI) Support
- Setting up things on Development Environment (that doesn't affect the main database on the Supabase Dash)
Since, the project can scale up, we need the about mentioned things to be well implemented. If there is a workaround or some ways to handle these, will be super grateful for those.
Thanks!