Feature request
Can we persist data when doing local development? Currently the user input data will be lost when supabase stop and start again. It will be really helpful if we can persist the data because stop&start cycle is quite often in local development.
It is even better if we can add an argument option so that user can choose to turn this switch on/off.
Is your feature request related to a problem? Please describe.
Users data should be able to persist between development sessions.
Describe the solution you'd like
Add a CLI argument option so that users can switch the data persistence on&off.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
#35 is related to this, supabase/supabase#5725 is also related.
Feature request
Can we persist data when doing local development? Currently the user input data will be lost when supabase stop and start again. It will be really helpful if we can persist the data because stop&start cycle is quite often in local development.
It is even better if we can add an argument option so that user can choose to turn this switch on/off.
Is your feature request related to a problem? Please describe.
Users data should be able to persist between development sessions.
Describe the solution you'd like
Add a CLI argument option so that users can switch the data persistence on&off.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
#35 is related to this, supabase/supabase#5725 is also related.