Hello peeps, what the best way to handle prod and ...
# help
d
Hello peeps, what the best way to handle prod and development environments in Supabase? Just create a separate project for different environment and have the database table synced?
s
Yes, but the sync should only be Schema and not data. I use a migration library for this.
d
Indeed! Thanks a lot, what are you using as a migration library?
s
I use ley https://github.com/lukeed/ley for all my migration stuff. You can see it in use in my waiting-list project on Github https://github.com/silentworks/waiting-list